Rename 'tests' target to 'testprogs'. It is too easily confused with the
authorDiego Biurrun <diego@biurrun.de>
Sun, 22 Mar 2009 23:15:54 +0000 (23:15 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 22 Mar 2009 23:15:54 +0000 (23:15 +0000)
'test' target and a directory named tests exists.

Originally committed as revision 29039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/Makefile

index 3a410aa..6079d89 100644 (file)
@@ -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