summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2018-10-17 12:32:53 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2018-10-18 19:49:54 +0200
commitaecc936180d302947ecfab5dacf267a701a5d84c (patch)
treedc8398e687e92e52cbd84a2b94b747f21ef72e3c /tests/Makefile.am
parentcbd14b764d226db75383795908c84b7d67d9ac49 (diff)
tests: Remove test-script.sh
All tests are now run with make check. Signed-off-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ad493b5..c7d77ed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/Make_global.am
-EXTRA_DIST = test-script.sh
-
check_PROGRAMS = nft-table-test \
nft-chain-test \
nft-object-test \