From 6312c4afd405e6a318b9ca87336b96880e39ab2a Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 25 Jan 2018 20:48:52 +0530 Subject: tests: build: Add enable man page option. Add test for man page compile option. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- tests/build/run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/build/run-tests.sh') diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh index 36cd8d88..109b2b59 100755 --- a/tests/build/run-tests.sh +++ b/tests/build/run-tests.sh @@ -9,7 +9,8 @@ log_file="`pwd`/tests.log" tarball="nftables-0.8.1.tar.bz2" dir=../.. cmd=./configure -argument=( --without-cli --enable-debug --with-mini-gmp --enable-pdf-doc --with-xtables ) +argument=( --without-cli --enable-debug --with-mini-gmp --enable-man-doc + --enable-pdf-doc --with-xtables) ok=0 failed=0 -- cgit v1.2.3