diff Makefile @ 5115:8d1a78444f4d libavcodec

Use consistent names for all test programs.
author diego
date Thu, 07 Jun 2007 17:21:34 +0000
parents 85b8ce118098
children a3b82ca01e68
line wrap: on
line diff
--- a/Makefile	Thu Jun 07 17:19:37 2007 +0000
+++ b/Makefile	Thu Jun 07 17:21:34 2007 +0000
@@ -429,14 +429,14 @@
 
 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)