X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FMakefile;h=d34e1836b2c1b727f10753ee40d25a546bdf20b9;hb=3276f0eeddd68379b019ce9bfe9b5d735227c609;hp=85033932156ca5a1b2298e53eaa4035a42eca3dc;hpb=c48efcfe41ac9eb23faf83b0d5a2aed350d71d05;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index 8503393215..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