Commit fa2ecce4 authored by diego's avatar diego

Use consistent names for all test programs.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9252 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 95797a25
......@@ -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