comparison Makefile @ 9247:ef4444d8b2fc libavcodec

Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists.
author diego
date Sun, 22 Mar 2009 23:13:21 +0000
parents 18b83dac1221
children ce6204c184c1
comparison
equal deleted inserted replaced
9246:18b83dac1221 9247:ef4444d8b2fc
529 sparc/simple_idct_vis.o \ 529 sparc/simple_idct_vis.o \
530 530
531 531
532 EXAMPLES = apiexample$(EXESUF) 532 EXAMPLES = apiexample$(EXESUF)
533 533
534 TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow) 534 TESTPROGS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow)
535 TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF) 535 TESTPROGS-$(ARCH_X86) += x86/cpuid-test$(EXESUF)
536 TESTS-$(HAVE_MMX) += motion-test$(EXESUF) 536 TESTPROGS-$(HAVE_MMX) += motion-test$(EXESUF)
537 537
538 DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 538 DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86
539 539
540 include $(SUBDIR)../subdir.mak 540 include $(SUBDIR)../subdir.mak
541 541