Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 95969 invoked from network); 21 Jan 2005 15:34:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 Jan 2005 15:34:34 -0000 Received: (qmail 13089 invoked by uid 500); 21 Jan 2005 15:34:34 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 13066 invoked by uid 500); 21 Jan 2005 15:34:33 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list commits@apr.apache.org Received: (qmail 13052 invoked by uid 99); 21 Jan 2005 15:34:33 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 21 Jan 2005 07:34:33 -0800 Received: (qmail 95946 invoked by uid 65534); 21 Jan 2005 15:34:32 -0000 Date: 21 Jan 2005 15:34:32 -0000 Message-ID: <20050121153432.95942.qmail@minotaur.apache.org> From: thommay@apache.org To: commits@apr.apache.org Subject: svn commit: r125935 - /apr/apr/trunk/Makefile.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: thommay Date: Fri Jan 21 07:34:30 2005 New Revision: 125935 URL: http://svn.apache.org/viewcvs?view=rev&rev=125935 Log: Add test as an alias to check Modified: apr/apr/trunk/Makefile.in Modified: apr/apr/trunk/Makefile.in Url: http://svn.apache.org/viewcvs/apr/apr/trunk/Makefile.in?view=diff&rev=125935&p1=apr/apr/trunk/Makefile.in&r1=125934&p2=apr/apr/trunk/Makefile.in&r2=125935 ============================================================================== --- apr/apr/trunk/Makefile.in (original) +++ apr/apr/trunk/Makefile.in Fri Jan 21 07:34:30 2005 @@ -112,6 +112,7 @@ gcov: @build/run-gcov.sh +test: check check: $(TARGET_LIB) (cd test && $(MAKE) check)