Просмотр исходного кода

Rename 'tests' target to 'testprogs'. It is too easily confused with the
'test' target and a directory named tests exists.

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

Diego Biurrun 16 лет назад
Родитель
Сommit
9e12268c57
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libswscale/Makefile

+ 1 - 1
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