Commit 7f4f3e16 authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Group all test targets together.

Originally committed as revision 9004 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ff506a90
...@@ -401,15 +401,8 @@ NAME=avcodec ...@@ -401,15 +401,8 @@ NAME=avcodec
LIBVERSION=$(LAVCVERSION) LIBVERSION=$(LAVCVERSION)
LIBMAJOR=$(LAVCMAJOR) LIBMAJOR=$(LAVCMAJOR)
TESTS= imgresample-test fft-test dct-test
ifeq ($(TARGET_ARCH_X86),yes)
TESTS+= cpuid_test motion-test
endif
include ../common.mak include ../common.mak
tests: apiexample $(TESTS)
clean:: clean::
rm -f \ rm -f \
i386/*.o i386/*~ \ i386/*.o i386/*~ \
...@@ -422,6 +415,13 @@ clean:: ...@@ -422,6 +415,13 @@ clean::
sparc/*.o sparc/*~ \ sparc/*.o sparc/*~ \
apiexample $(TESTS) 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) apiexample: apiexample.o $(LIB)
cpuid_test: i386/cputest.c 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