From 5d710a24027dd56f5c0d9b3d3b4c85055440df44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 15:12:58 +0100 Subject: Add or improve tests based on false flag reports --- test/plugin_ct.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/plugin_ct.mk') 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 -- cgit v1.2.3