INN commit: branches/2.5 (Makefile)

INN Commit rra at isc.org
Mon Dec 26 16:20:33 UTC 2011


    Date: Monday, December 26, 2011 @ 08:20:32
  Author: iulius
Revision: 9391

build INN before running the test suit

Modified:
  branches/2.5/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2011-12-26 16:19:49 UTC (rev 9390)
+++ Makefile	2011-12-26 16:20:32 UTC (rev 9391)
@@ -188,7 +188,7 @@
 
 
 ##  Run the test suite.
-check test tests:
+check test tests: all
 	cd tests && $(MAKE) test || exit 1 ; cd ..
 
 




More information about the inn-committers mailing list