Mercurial > mplayer.hg
changeset 29004:7d77afec5881
Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists.
author | diego |
---|---|
date | Sun, 22 Mar 2009 23:15:54 +0000 |
parents | c6c02a1bd70d |
children | 0ce70839c3b5 |
files | libswscale/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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