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 17:00:53 UTC

svn commit: r125938 - /apr/apr-util/trunk/Makefile.in

Author: thommay
Date: Fri Jan 21 08:00:52 2005
New Revision: 125938

URL: http://svn.apache.org/viewcvs?view=rev&rev=125938
Log:
Add test as an alias to check
Modified:
   apr/apr-util/trunk/Makefile.in

Modified: apr/apr-util/trunk/Makefile.in
Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/Makefile.in?view=diff&rev=125938&p1=apr/apr-util/trunk/Makefile.in&r1=125937&p2=apr/apr-util/trunk/Makefile.in&r2=125938
==============================================================================
--- apr/apr-util/trunk/Makefile.in	(original)
+++ apr/apr-util/trunk/Makefile.in	Fri Jan 21 08:00:52 2005
@@ -86,5 +86,6 @@
 dox:
 	doxygen $(top_srcdir)/docs/doxygen.conf
 
+test: check
 check: $(TARGET_LIB)
 	(cd test && $(MAKE) check)