summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-22 23:15:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-22 23:15:54 +0000
commitf0f8ff29b40d36d1a69fa4022403a76b24eec65e (patch)
treed2cb57ca16849f8bb13d1a8cf03af06cfffb2386 /libswscale/Makefile
parentf5accb8d0e22cf7ccbbfb576388068ab25185520 (diff)
downloadmpv-f0f8ff29b40d36d1a69fa4022403a76b24eec65e.tar.bz2
mpv-f0f8ff29b40d36d1a69fa4022403a76b24eec65e.tar.xz
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29039 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/Makefile')
-rw-r--r--libswscale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 3a410aae08..6079d89578 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -12,7 +12,7 @@ OBJS-$(CONFIG_MLIB) += yuv2rgb_mlib.o
OBJS-$(HAVE_ALTIVEC) += yuv2rgb_altivec.o
OBJS-$(HAVE_VIS) += yuv2rgb_vis.o
-TESTS = cs_test swscale-example
+TESTPROGS = cs_test swscale-example
include $(SUBDIR)../subdir.mak