Rename 'tests' target to 'testprogs'. It is too easily confused with the

'test' target and a directory named tests exists.

Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-03-22 23:13:21 +00:00
parent f1c5438fbb
commit 661ce28996
5 changed files with 12 additions and 10 deletions
+2
View File
@@ -243,4 +243,6 @@ OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
TESTPROGS = $(addsuffix -test$(EXESUF), timefilter)
include $(SUBDIR)../subdir.mak