aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_ct.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_ct.mk')
-rw-r--r--test/plugin_ct.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/plugin_ct.mk b/test/plugin_ct.mk
index 82d42e3..e58f01b 100644
--- a/test/plugin_ct.mk
+++ b/test/plugin_ct.mk
@@ -78,6 +78,9 @@ ct-apps: build clean
$t $(MAKE) -C $(APP) ct $v
$i "Check that Common Test runs tests from a specific test suite"
+ $t $(MAKE) -C $(APP) ct-my_root $v
+
+ $i "Check that Common Test runs tests from a specific test suite using CT_SUITES"
$t $(MAKE) -C $(APP) ct CT_SUITES=my_root $v
ct-apps-only: build clean