# HG changeset patch # User diego # Date 1237763754 0 # Node ID 7d77afec5881709000602b0732a416f8640c99de # Parent c6c02a1bd70dd7e61c9d1487c124bfbf52947de4 Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists. diff -r c6c02a1bd70d -r 7d77afec5881 libswscale/Makefile --- a/libswscale/Makefile Sun Mar 22 23:09:20 2009 +0000 +++ b/libswscale/Makefile Sun Mar 22 23:15:54 2009 +0000 @@ -12,7 +12,7 @@ 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