Mercurial > libavcodec.hg
changeset 9257:58229095edae libavcodec
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
author | diego |
---|---|
date | Wed, 25 Mar 2009 18:19:20 +0000 |
parents | eb5f74d90304 |
children | c55ba0e88410 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Mar 24 22:44:12 2009 +0000 +++ b/Makefile Wed Mar 25 18:19:20 2009 +0000 @@ -533,9 +533,9 @@ EXAMPLES = apiexample$(EXESUF) -TESTPROGS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow) -TESTPROGS-$(ARCH_X86) += x86/cpuid-test$(EXESUF) -TESTPROGS-$(HAVE_MMX) += motion-test$(EXESUF) +TESTPROGS = cabac dct eval fft h264 rangecoder snow +TESTPROGS-$(ARCH_X86) += x86/cpuid +TESTPROGS-$(HAVE_MMX) += motion DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86