netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft] tests: build: Add enable man page option.
@ 2018-01-25 15:18 Varsha Rao
  2018-01-25 15:18 ` [PATCH nft] configure: Remove macro AC_CHECK_FUNCS Varsha Rao
  2018-01-25 19:49 ` [PATCH nft] tests: build: Add enable man page option Pablo Neira Ayuso
  0 siblings, 2 replies; 4+ messages in thread
From: Varsha Rao @ 2018-01-25 15:18 UTC (permalink / raw)
  To: Pablo Neira Ayuso, netfilter-devel; +Cc: Varsha Rao

Add test for man page compile option.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-25 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-25 15:18 [PATCH nft] tests: build: Add enable man page option Varsha Rao
2018-01-25 15:18 ` [PATCH nft] configure: Remove macro AC_CHECK_FUNCS Varsha Rao
2018-01-25 19:49   ` Pablo Neira Ayuso
2018-01-25 19:49 ` [PATCH nft] tests: build: Add enable man page option Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).