aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-02-15 03:25:20 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-02-20 22:19:55 +0300
commit115de92568af53becceae8300fe2f2b6a3436cfc (patch)
tree8c22d70b994029c83899a94ff4bf8fcd7046583c /test
parent2f62f234d0b83f4deedcfb75213a6e901e87d902 (diff)
validation: traffic_mngr: do not run the test twice
Currently tm test will be run twice: from the subdir and from main validation/api dir. Run it only once together with the rest of tests. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/validation/api/traffic_mngr/Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/validation/api/traffic_mngr/Makefile.am b/test/validation/api/traffic_mngr/Makefile.am
index 1f49d4cbd..a9b8550d7 100644
--- a/test/validation/api/traffic_mngr/Makefile.am
+++ b/test/validation/api/traffic_mngr/Makefile.am
@@ -2,14 +2,9 @@ include ../Makefile.inc
TESTS_ENVIRONMENT += TEST_DIR=${builddir}
-TESTSCRIPTS = traffic_mngr.sh
-TEST_EXTENSIONS = .sh
-
-TESTS = $(TESTSCRIPTS)
-
test_PROGRAMS = traffic_mngr_main
traffic_mngr_main_SOURCES = traffic_mngr.c
LDADD += -lm
-dist_check_SCRIPTS = $(TESTSCRIPTS)
+dist_check_SCRIPTS = traffic_mngr.sh
test_SCRIPTS = $(dist_check_SCRIPTS)