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
This commit is contained in:
diego 2009-03-22 23:15:54 +00:00
parent f5accb8d0e
commit f0f8ff29b4
1 changed files with 1 additions and 1 deletions

View 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