Commit 2458c5c1 authored by Diego Biurrun's avatar Diego Biurrun

Use consistent names for all test programs.

Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 34933442
......@@ -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)
......
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