From f0f8ff29b40d36d1a69fa4022403a76b24eec65e Mon Sep 17 00:00:00 2001 From: diego 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29039 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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