summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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