]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: build: Add enable man page option.
authorVarsha Rao <rvarsha016@gmail.com>
Thu, 25 Jan 2018 15:18:52 +0000 (20:48 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 25 Jan 2018 19:36:29 +0000 (20:36 +0100)
Add test for man page compile option.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/build/README
tests/build/run-tests.sh

index 8eca252dbaa3d44d15061775b9777df6b3096bea..dfe344b7086a8ef237e4fe86c73f800c5aa15be7 100644 (file)
@@ -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
 
index 36cd8d88cd90b37a3bd87ec523a3a08d1b1eca23..109b2b590c9f08413a86ee1db1bb7183aab3a913 100755 (executable)
@@ -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