# HG changeset patch # User diego # Date 1237763601 0 # Node ID 99c0c6d046d8671edd1635425c22462a0405c81a # Parent fbe515ed10fd224d7af1fe49696ac9639431979e Rename 'tests' target to 'testprogs'. It is too easily confused with the 'test' target and a directory named tests exists. diff -r fbe515ed10fd -r 99c0c6d046d8 Makefile --- 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