[FFmpeg-cvslog] r9004 - trunk/libavcodec/Makefile

diego subversion
Sat May 12 12:43:45 CEST 2007


Author: diego
Date: Sat May 12 12:43:45 2007
New Revision: 9004

Log:
cosmetics: Group all test targets together.


Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Sat May 12 12:43:45 2007
@@ -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




More information about the ffmpeg-cvslog mailing list