Skip to content

Commit

Permalink
Clean checkfull target
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@10540 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Sep 17, 2010
1 parent de19faa commit 9e16524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ check:
cd tests ; php AllTests.php

checkfull:
cd tests ; phpunit --verbose build
#cd tests ; php AllFullTests.php
## To run test in verbose mode :
#cd tests ; phpunit --verbose unit; phpunit --verbose code; phpunit --verbose build
cd tests ; php AllFullTests.php

checkdebtools:
sudo apt-get install php5-cli phpunit php-htmlpurifier pcregrep moreutils
Expand Down

0 comments on commit 9e16524

Please sign in to comment.