Add test for man page compile option. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- tests/build/README | 1 + tests/build/run-tests.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/build/README b/tests/build/README index 8eca252..dfe344b 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 36cd8d8..109b2b5 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 -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html