[Fusionforge-commits] r9383 - trunk

Olivier Berger olberger at libremir.placard.fr.eu.org
Tue Apr 6 18:19:54 CEST 2010


Author: olberger
Date: 2010-04-06 18:19:54 +0200 (Tue, 06 Apr 2010)
New Revision: 9383

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


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2010-04-06 16:19:47 UTC (rev 9382)
+++ trunk/Makefile	2010-04-06 16:19:54 UTC (rev 9383)
@@ -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 Fusionforge-commits mailing list