summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-01-25 20:48:52 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2018-01-25 20:36:29 +0100
commit6312c4afd405e6a318b9ca87336b96880e39ab2a (patch)
treed7436be733fcc3cae93cb321f74921ffee47a725 /tests
parent0d75fa3faf95db142a1bf90fc3f60f17624e44dd (diff)
tests: build: Add enable man page option.
Add test for man page compile option. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/build/README1
-rwxr-xr-xtests/build/run-tests.sh3
2 files changed, 3 insertions, 1 deletions
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