changeset 4788:99c0c6d046d8 libavformat

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:13:21 +0000
parents fbe515ed10fd
children c18ea19a9771
files Makefile
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Mar 22 16:10:37 2009 +0000
+++ b/Makefile	Sun Mar 22 23:13:21 2009 +0000
@@ -243,4 +243,6 @@
 OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
+TESTPROGS = $(addsuffix -test$(EXESUF), timefilter)
+
 include $(SUBDIR)../subdir.mak