[evolvis-commits] r14743: Add hint on how to run tests in verbose m?==?UTF-8?Q?ode↵

mirabilos at evolvis.org mirabilos at evolvis.org
Mon Feb 28 04:49:02 CET 2011


Author: mirabilos
Date: 2011-02-28 04:49:02 +0100 (Mon, 28 Feb 2011)
New Revision: 14743

Modified:
   trunk/gforge_base/evolvisforge-5.1/Makefile
Log:
Add hint on how to run tests in verbose mode


Modified: trunk/gforge_base/evolvisforge-5.1/Makefile
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/Makefile	2011-02-28 03:48:59 UTC (rev 14742)
+++ trunk/gforge_base/evolvisforge-5.1/Makefile	2011-02-28 03:49:02 UTC (rev 14743)
@@ -8,6 +8,9 @@
 DIST=$(DISTDEBIAN)$(DISTREDHAT)$(DISTSUSE)
 
 ARCHIVE=$(CURDIR)/depot
+#ifeq ($(BUILDDIR),)
+#	BUILDDIR=builddir
+#endif
 BUILDRESULT=$(CURDIR)/result
 
 DOXYGEN=doxygen
@@ -38,6 +41,8 @@
 	@$(MAKE) -f Makefile.$(DIST)
 
 check:
+	## To run test in verbose mode :
+	#cd tests ; phpunit --verbose unit; phpunit --verbose code; 
 	cd tests ; php AllTests.php
 
 buildtar:



More information about the evolvis-commits mailing list