Mercurial > libavcodec.hg
changeset 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 | f8973e93809a |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Mar 22 22:50:22 2009 +0000 +++ b/Makefile Sun Mar 22 23:13:21 2009 +0000 @@ -531,9 +531,9 @@ EXAMPLES = apiexample$(EXESUF) -TESTS = $(addsuffix -test$(EXESUF), cabac dct eval fft h264 rangecoder snow) -TESTS-$(ARCH_X86) += x86/cpuid-test$(EXESUF) -TESTS-$(HAVE_MMX) += motion-test$(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) DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86