summaryrefslogtreecommitdiffstats
path: root/tests/build
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-06-10 20:39:31 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-06-10 20:39:41 +0200
commit4e20921ea9200453fbfbec0e9dc891ed37b95a6c (patch)
treeec05b8af5ac4892429e37edf585be6b5e0092190 /tests/build
parentcd21a243162a2c4b35e4e91b3c4e925ac34ae82c (diff)
tests: build: cover --with-json too
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/build')
-rwxr-xr-xtests/build/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh
index 109b2b59..4aff1980 100755
--- a/tests/build/run-tests.sh
+++ b/tests/build/run-tests.sh
@@ -10,7 +10,7 @@ tarball="nftables-0.8.1.tar.bz2"
dir=../..
cmd=./configure
argument=( --without-cli --enable-debug --with-mini-gmp --enable-man-doc
- --enable-pdf-doc --with-xtables)
+ --enable-pdf-doc --with-xtables --with-json)
ok=0
failed=0