summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-04-25 10:53:44 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-04-25 10:53:44 +0200
commit4e92a484c00a8c2e18d4e2b8a1912ac1b86b4089 (patch)
treec6b50bad2be391948a5b368f8ec4d51e9d5e0f7f /tests
parent4fd320aff72a210b7f340cee6368d020ff810244 (diff)
tests: include test-script.sh via make distcheck
Reported-by: Kevin Fenzi <kevin@scrye.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d5df071..b1c12f2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,7 @@
include $(top_srcdir)/Make_global.am
+EXTRA_DIST = test-script.sh
+
check_PROGRAMS = nft-parsing-test \
nft-table-test \
nft-chain-test \