You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by th...@apache.org on 2005/01/21 16:34:32 UTC

svn commit: r125935 - /apr/apr/trunk/Makefile.in

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)