summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-03-22 23:15:54 +0000
committerDiego Biurrun <diego@biurrun.de>2009-03-22 23:15:54 +0000
commit9e12268c578ea142c76c55a5b35268051291ccd4 (patch)
tree58e53db6529ca7a35c279d3dd04624b2d1cee60b /libswscale/Makefile
parent661ce2899608ab7d67a524e2df23d63efa660c20 (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 29039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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