Author: wrowe
Date: Wed Oct 17 12:16:15 2007
New Revision: 585637
URL: http://svn.apache.org/viewvc?rev=585637&view=rev
Log:
THOSE other programs :)
Modified:
apr/apr/trunk/test/Makefile.win
Modified: apr/apr/trunk/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.win?rev=585637&r1=585636&r2=585637&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.win (original)
+++ apr/apr/trunk/test/Makefile.win Wed Oct 17 12:16:15 2007
@@ -96,7 +96,7 @@
TEST_SUBDIRS = internal
-PROGRAMS = $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
+PROGRAMS = $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) \
$(OTHER_PROGRAMS)
TARGETS = $(PROGRAMS)
|