From 9e12268c578ea142c76c55a5b35268051291ccd4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 22 Mar 2009 23:15:54 +0000 Subject: 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 --- libswscale/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/Makefile') 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 -- cgit v1.2.3