summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-11-24 15:41:01 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-11-24 15:41:01 +0000
commit64977761484ef1646f005e03e7d51ff7eb741f70 (patch)
treec7e6356f46291e3b379b006c1bc4c3704ebee299 /test
parentc655d90a2a674270fe270b0ad0564bad4b365d41 (diff)
downloadlibapr-64977761484ef1646f005e03e7d51ff7eb741f70.tar.gz
* test/Makefile.in (CLEAN_TARGETS): Clean up after new tests.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@106421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 545536102..10d2c1dbc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -30,7 +30,8 @@ LOCAL_LIBS=../lib@APR_LIBNAME@.la
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