summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-22 23:13:21 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-22 23:13:21 +0000
commit661ce2899608ab7d67a524e2df23d63efa660c20 (patch)
treebf90aacf9acc76aed8d09a84b9f5166ac10baf1d /libavcodec
parentf1c5438fbbeba03c09cd45100f79b10ecc4d6533 (diff)
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4d75d7b64b..a1b70c8f54 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -531,9 +531,9 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
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