Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 40413 invoked from network); 9 Oct 2007 17:58:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 17:58:56 -0000 Received: (qmail 20015 invoked by uid 500); 9 Oct 2007 17:58:44 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 19927 invoked by uid 500); 9 Oct 2007 17:58:44 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 19916 invoked by uid 99); 9 Oct 2007 17:58:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 10:58:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 17:58:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3C4211A9832; Tue, 9 Oct 2007 10:58:25 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583246 - in /apr/apr/trunk/test: Makefile.in Makefile.win Date: Tue, 09 Oct 2007 17:58:24 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071009175825.3C4211A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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)