comparison 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
comparison
equal deleted inserted replaced
5114:85b8ce118098 5115:8d1a78444f4d
427 sparc/*.o sparc/*~ \ 427 sparc/*.o sparc/*~ \
428 apiexample $(TESTS) 428 apiexample $(TESTS)
429 429
430 TESTS= imgresample-test fft-test dct-test 430 TESTS= imgresample-test fft-test dct-test
431 ifeq ($(TARGET_ARCH_X86),yes) 431 ifeq ($(TARGET_ARCH_X86),yes)
432 TESTS+= cpuid_test motion-test 432 TESTS+= cpuid-test motion-test
433 endif 433 endif
434 434
435 tests: apiexample $(TESTS) 435 tests: apiexample $(TESTS)
436 436
437 apiexample: apiexample.o $(LIB) 437 apiexample: apiexample.o $(LIB)
438 438
439 cpuid_test: i386/cputest.c 439 cpuid-test: i386/cputest.c
440 $(CC) $(CFLAGS) -DTEST -o $@ $< 440 $(CC) $(CFLAGS) -DTEST -o $@ $<
441 441
442 imgresample-test: imgresample.c $(LIB) 442 imgresample-test: imgresample.c $(LIB)
443 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS) 443 $(CC) $(CFLAGS) -DTEST -o $@ $^ $(EXTRALIBS)
444 444