summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-25 18:19:20 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-25 18:19:20 +0000
commit7304c2c4ce195a9eace8c578c138128e5768b4d7 (patch)
treeb48be5d544a79909bb1a994fe32d6e4655e4ee53 /libavcodec/Makefile
parent6ccf540fa525d063656ef7a54fc4b4e18a1d05c1 (diff)
downloadffmpeg-streaming-7304c2c4ce195a9eace8c578c138128e5768b4d7.zip
ffmpeg-streaming-7304c2c4ce195a9eace8c578c138128e5768b4d7.tar.gz
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4bb6179..037a89b 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -533,9 +533,9 @@ OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
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
OpenPOWER on IntegriCloud