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

diego subversion
Thu Jun 7 19:21:35 CEST 2007


Author: diego
Date: Thu Jun  7 19:21:34 2007
New Revision: 9252

Log:
Use consistent names for all test programs.


Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Thu Jun  7 19:21:34 2007
@@ -429,14 +429,14 @@ clean::
 
 TESTS= imgresample-test fft-test dct-test
 ifeq ($(TARGET_ARCH_X86),yes)
-TESTS+= cpuid_test motion-test
+TESTS+= cpuid-test motion-test
 endif
 
 tests: apiexample $(TESTS)
 
 apiexample: apiexample.o $(LIB)
 
-cpuid_test: i386/cputest.c
+cpuid-test: i386/cputest.c
 	$(CC) $(CFLAGS) -DTEST -o $@ $<
 
 imgresample-test: imgresample.c $(LIB)




More information about the ffmpeg-cvslog mailing list