INN commit: trunk (Makefile)

INN Commit rra at isc.org
Mon Dec 26 16:19:49 UTC 2011


    Date: Monday, December 26, 2011 @ 08:19:49
  Author: iulius
Revision: 9390

build INN before running the test suite

Modified:
  trunk/Makefile

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

Modified: Makefile
===================================================================
--- Makefile	2011-12-26 16:01:08 UTC (rev 9389)
+++ Makefile	2011-12-26 16:19:49 UTC (rev 9390)
@@ -185,7 +185,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