summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2014-04-26 12:35:56 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-04-26 14:07:01 +0200
commita0f495765b0196b898478631a4571dbfd6e68727 (patch)
tree4f4651760147e9028a6d80fa410b661050aff134 /tests
parentd42c8b2cb99800d519032eb43fce765c7c776e25 (diff)
tests: include xml and json test files 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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b1c12f2..7942bc0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,8 @@
include $(top_srcdir)/Make_global.am
-EXTRA_DIST = test-script.sh
+EXTRA_DIST = test-script.sh \
+ jsonfiles \
+ xmlfiles
check_PROGRAMS = nft-parsing-test \
nft-table-test \