mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
Use consistent names for all test programs.
Originally committed as revision 9252 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
34933442ac
commit
2458c5c1c4
@ -429,14 +429,14 @@ clean::
|
|||||||
|
|
||||||
TESTS= imgresample-test fft-test dct-test
|
TESTS= imgresample-test fft-test dct-test
|
||||||
ifeq ($(TARGET_ARCH_X86),yes)
|
ifeq ($(TARGET_ARCH_X86),yes)
|
||||||
TESTS+= cpuid_test motion-test
|
TESTS+= cpuid-test motion-test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tests: apiexample $(TESTS)
|
tests: apiexample $(TESTS)
|
||||||
|
|
||||||
apiexample: apiexample.o $(LIB)
|
apiexample: apiexample.o $(LIB)
|
||||||
|
|
||||||
cpuid_test: i386/cputest.c
|
cpuid-test: i386/cputest.c
|
||||||
$(CC) $(CFLAGS) -DTEST -o $@ $<
|
$(CC) $(CFLAGS) -DTEST -o $@ $<
|
||||||
|
|
||||||
imgresample-test: imgresample.c $(LIB)
|
imgresample-test: imgresample.c $(LIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user