diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-22 23:13:21 +0000 |
commit | 661ce2899608ab7d67a524e2df23d63efa660c20 (patch) | |
tree | bf90aacf9acc76aed8d09a84b9f5166ac10baf1d /libavcodec/Makefile | |
parent | f1c5438fbbeba03c09cd45100f79b10ecc4d6533 (diff) | |
download | ffmpeg-661ce2899608ab7d67a524e2df23d63efa660c20.tar.gz |
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/Makefile')
-rw-r--r-- | libavcodec/Makefile | 6 |
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 |