aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-12 19:09:27 +0200
committerLoïc Hoguin <[email protected]>2017-05-12 19:09:27 +0200
commit28ab68285c5e7611ef0e450b5611e666c3253add (patch)
treebd01ab75bbf67d3760b51d9887b2b3d75675f344 /test
parenta40abed1616da47fbd83f1548228e8129bd42deb (diff)
downloaderlang.mk-28ab68285c5e7611ef0e450b5611e666c3253add.tar.gz
erlang.mk-28ab68285c5e7611ef0e450b5611e666c3253add.tar.bz2
erlang.mk-28ab68285c5e7611ef0e450b5611e666c3253add.zip
Fix the test merged in the previous commit
Diffstat (limited to 'test')
-rw-r--r--test/plugin_ct.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/plugin_ct.mk b/test/plugin_ct.mk
index fe054e9..be44287 100644
--- a/test/plugin_ct.mk
+++ b/test/plugin_ct.mk
@@ -76,7 +76,10 @@ ct-apps: build clean
"call_my_lib(_) -> 4 = my_lib:random_int()." > $(APP)/test/my_root_SUITE.erl
$i "Check that Common Test runs tests"
- $t $(MAKE) -C $(APP) ct $v CT_SUITES=my_root
+ $t $(MAKE) -C $(APP) ct $v
+
+ $i "Check that Common Test runs tests from a specific test suite"
+ $t $(MAKE) -C $(APP) ct CT_SUITES=my_root $v
ct-apps-only: build clean