From 4e20921ea9200453fbfbec0e9dc891ed37b95a6c Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 10 Jun 2018 20:39:31 +0200 Subject: tests: build: cover --with-json too Signed-off-by: Pablo Neira Ayuso --- tests/build/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/build') 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 -- cgit v1.2.3