You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2004/11/24 16:41:03 UTC

svn commit: r106421 - /apr/apr/trunk/test/Makefile.in

Author: jorton
Date: Wed Nov 24 07:41:01 2004
New Revision: 106421

URL: http://svn.apache.org/viewcvs?view=rev&rev=106421
Log:
* test/Makefile.in (CLEAN_TARGETS): Clean up after new tests.

Modified:
   apr/apr/trunk/test/Makefile.in

Modified: apr/apr/trunk/test/Makefile.in
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/test/Makefile.in?view=diff&rev=106421&p1=apr/apr/trunk/test/Makefile.in&r1=106420&p2=apr/apr/trunk/test/Makefile.in&r2=106421
==============================================================================
--- apr/apr/trunk/test/Makefile.in	(original)
+++ apr/apr/trunk/test/Makefile.in	Wed Nov 24 07:41:01 2004
@@ -30,7 +30,8 @@
 
 CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
 	readchild@EXEEXT@ tryread@EXEEXT@ sockchild@EXEEXT@ \
-	globalmutexchild@EXEEXT@ lfstests/large.bin
+	globalmutexchild@EXEEXT@ lfstests/large.bin \
+	data/testputs.txt data/testbigfprintf.dat
 CLEAN_SUBDIRS = internal
 
 INCDIR=../include