aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2018-02-01 10:34:46 +0200
committerMatias Elo <matias.elo@nokia.com>2018-02-01 17:47:44 +0200
commit080581e904d92fac403236898aac078e6cd4f4bc (patch)
treebbd5d7ca00259c0ad041f0d99dfcab4cfff75063
parent41664c42ed724baa595113c30dacdad635b6724a (diff)
Port 7d162de "test: move run-test script to test_common dir"
Signed-off-by: Matias Elo <matias.elo@nokia.com>
-rw-r--r--test/linux-dpdk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/linux-dpdk/Makefile.am b/test/linux-dpdk/Makefile.am
index fab35c626..8136a1951 100644
--- a/test/linux-dpdk/Makefile.am
+++ b/test/linux-dpdk/Makefile.am
@@ -40,7 +40,7 @@ SUBDIRS += validation/api/pktio
endif
endif
-dist_check_SCRIPTS = run-test tests-validation.env $(LOG_COMPILER)
+dist_check_SCRIPTS = tests-validation.env $(LOG_COMPILER)
test_SCRIPTS = $(dist_check_SCRIPTS)
@@ -51,6 +51,6 @@ tests-validation.env:
if test_installdir
installcheck-local:
- $(DESTDIR)/$(testdir)/run-test
+ $(DESTDIR)/$(testdir)/run-test.sh
endif