X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2FMakefile;h=d34e1836b2c1b727f10753ee40d25a546bdf20b9;hp=e1537bf5cc0c58f361d251e5c5298efffd1b7134;hb=c8e482371407477ecd4f0a1b5778e565d3963a93;hpb=d92845c2295d982c80312880c3fae788450676ea diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index e1537bf5cc..d34e1836b2 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -43,26 +43,17 @@ coverage: parser: ${PU} --group Parser -parserfuzz: - @echo "******************************************************************" - @echo "* This WILL kill your computer by eating all memory AND all swap *" - @echo "* *" - @echo "* If you are on a production machine. ABORT NOW!! *" - @echo "* Press control+C to stop *" - @echo "* *" - @echo "******************************************************************" - ${PU} --group Parser,ParserFuzz noparser: - ${PU} --exclude-group Parser,Broken,ParserFuzz,Stub + ${PU} --exclude-group Parser,Broken,Stub safe: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Stub + ${PU} --exclude-group Broken,Destructive,Stub databaseless: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Database,Stub + ${PU} --exclude-group Broken,Destructive,Database,Stub database: - ${PU} --exclude-group Broken,ParserFuzz,Destructive,Stub --group Database + ${PU} --exclude-group Broken,Destructive,Stub --group Database list-groups: ${PU} --list-groups @@ -76,7 +67,7 @@ help: # tap Run the tests individually through Test::Harness's prove(1) # help You're looking at it! # coverage Run the tests and generates an HTML code coverage report - # You will need the Xdebug PHP extension for the later. + # You will need the Xdebug PHP extension for the latter. # [no]parser Skip or only run Parser tests # # list-groups List available Tests groups.