From: Olivier Berger Date: Tue, 6 Apr 2010 16:19:54 +0000 (+0000) Subject: Add hint on how to run tests in verbose mode X-Git-Tag: v5.1~2666 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=f29f216ece9335ba420c82ea173b916558705a9e Add hint on how to run tests in verbose mode --- diff --git a/Makefile b/Makefile index 503b9f5fcd..6eb537bbab 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ DISTSUSE=$(shell grep -qi 'SuSE' /etc/issue && echo rh) DIST=$(DISTDEBIAN)$(DISTREDHAT)$(DISTSUSE) ARCHIVE=$(CURDIR)/depot +#ifeq ($(BUILDDIR),) +# BUILDDIR=builddir +#endif BUILDRESULT=$(CURDIR)/result DOXYGEN=doxygen @@ -38,6 +41,8 @@ switch: @$(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: