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/README | 1 + tests/build/run-tests.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/build') diff --git a/tests/build/README b/tests/build/README index 8eca252d..dfe344b7 100644 --- a/tests/build/README +++ b/tests/build/README @@ -5,6 +5,7 @@ In this testsuite, automated testing is done for following nft compile options: cli support enable debugging symbols use mini-gmp + enable man page enable pdf documentation libxtables support 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