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/19 04:24:49 UTC

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

Author: wrowe
Date: Thu Oct 18 19:24:49 2007
New Revision: 586233

URL: http://svn.apache.org/viewvc?rev=586233&view=rev
Log:
As with apr, be nice and build all the tests, even those we aren't
about to check.

Modified:
    apr/apr-util/trunk/Makefile.in

Modified: apr/apr-util/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/Makefile.in?rev=586233&r1=586232&r2=586233&view=diff
==============================================================================
--- apr/apr-util/trunk/Makefile.in (original)
+++ apr/apr-util/trunk/Makefile.in Thu Oct 18 19:24:49 2007
@@ -110,6 +110,6 @@
 
 test: check
 check: $(TARGET_LIB)
-	cd test && $(MAKE) check
+	cd test && $(MAKE) all check
 
 .PHONY: install-modules install-modules-yes install-modules-no dox test check