You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/09 19:58:24 UTC

svn commit: r583246 - in /apr/apr/trunk/test: Makefile.in Makefile.win

Author: wrowe
Date: Tue Oct  9 10:58:24 2007
New Revision: 583246

URL: http://svn.apache.org/viewvc?rev=583246&view=rev
Log:
A few more items to prune

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

Modified: apr/apr/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.in?rev=583246&r1=583245&r2=583246&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Tue Oct  9 10:58:24 2007
@@ -45,7 +45,8 @@
 CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \
 	readchild@EXEEXT@ tryread@EXEEXT@ sockchild@EXEEXT@ \
 	globalmutexchild@EXEEXT@ lfstests/*.bin \
-	data/test*.txt data/test*.dat
+	data/test*.txt data/test*.dat data/apr.testshm.shm
+
 CLEAN_SUBDIRS = internal
 
 INCDIR=../include

Modified: apr/apr/trunk/test/Makefile.win
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.win?rev=583246&r1=583245&r2=583246&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.win (original)
+++ apr/apr/trunk/test/Makefile.win Tue Oct  9 10:58:24 2007
@@ -79,9 +79,13 @@
 
 CLEAN_DATA = testfile.tmp lfstests\large.bin \
 	data\testputs.txt data\testbigfprintf.dat \
-	data\testwritev.txt data\testwritev_full.txt
-TEST_SUBDIRS = internal
+	data\testwritev.txt data\testwritev_full.txt \
+	data\testflush.dat data\testxthread.dat \
+	data\apr.testshm.shm
+
 CLEAN_BUILDDIRS = Debug Release LibD LibR 9x x64
+
+TEST_SUBDIRS = internal
 
 PROGRAMS = $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE) $(OTHER_PROGRAMS)