aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_ct.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 15:12:58 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 15:12:58 +0100
commit5d710a24027dd56f5c0d9b3d3b4c85055440df44 (patch)
tree4170522b92ac85c1ea4f7ff9734ad7f53f0c5b5f /test/plugin_ct.mk
parent6eaf07deb49f3a9adb6e2efcba44a8bfce3fd87c (diff)
downloaderlang.mk-5d710a24027dd56f5c0d9b3d3b4c85055440df44.tar.gz
erlang.mk-5d710a24027dd56f5c0d9b3d3b4c85055440df44.tar.bz2
erlang.mk-5d710a24027dd56f5c0d9b3d3b4c85055440df44.zip
Add or improve tests based on false flag reports
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