Commit 53f5b6e6 authored by diego's avatar diego

Move some lines in preparation for an upcoming commit.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11644 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c036cc8
......@@ -454,6 +454,11 @@ NAME=avcodec
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
ifeq ($(ARCH_X86),yes)
TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF)
endif
include ../common.mak
clean::
......@@ -469,11 +474,6 @@ clean::
sparc/*.o sparc/*~ \
apiexample$(EXESUF) $(TESTS)
TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 imgresample rangecoder snow)
ifeq ($(ARCH_X86),yes)
TESTS += cpuid-test$(EXESUF) motion-test$(EXESUF)
endif
tests: apiexample$(EXESUF) $(TESTS)
cpuid-test$(EXESUF): i386/cputest.c
......
......@@ -41,10 +41,10 @@ NAME=avutil
LIBVERSION=$(LAVUVERSION)
LIBMAJOR=$(LAVUMAJOR)
include ../common.mak
TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
include ../common.mak
tests: $(TESTS)
%-test$(EXESUF): %.c $(LIBNAME)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment