From 3f8524f459695a060647890e0f3c40699eb75c26 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 2 Mar 2011 20:45:44 +0000 Subject: [PATCH] PHPUnit target 'database' for db related tests --- tests/phpunit/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/Makefile b/tests/phpunit/Makefile index 61bfc17f71..616b034906 100644 --- a/tests/phpunit/Makefile +++ b/tests/phpunit/Makefile @@ -55,6 +55,9 @@ safe: databaseless: ${PU} --exclude-group Broken,Destructive,Database +database: + ${PU} --exclude-group Broken,Destructive --group Database + list-groups: ${PU} --list-groups -- 2.20.1