Commit 3ab92257 authored by diego's avatar diego

cosmetics: Group all test targets together.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9004 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e2f11afe
......@@ -401,15 +401,8 @@ NAME=avcodec
LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR)
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test motion-test
endif
include ../common.mak
tests: apiexample $(TESTS)
clean::
rm -f \
i386/*.o i386/*~ \
......@@ -422,6 +415,13 @@ clean::
sparc/*.o sparc/*~ \
apiexample $(TESTS)
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test motion-test
endif
tests: apiexample $(TESTS)
apiexample: apiexample.o $(LIB)
cpuid_test: i386/cputest.c
......
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