From: Varsha Rao <rvarsha016@gmail.com>
To: Pablo Neira Ayuso <pablo@netfilter.org>, netfilter-devel@vger.kernel.org
Cc: Varsha Rao <rvarsha016@gmail.com>
Subject: [PATCH nft] tests: build: Add enable man page option.
Date: Thu, 25 Jan 2018 20:48:52 +0530 [thread overview]
Message-ID: <20180125151853.4740-1-rvarsha016@gmail.com> (raw)
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
next reply other threads:[~2018-01-25 15:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-25 15:18 Varsha Rao [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180125151853.4740-1-rvarsha016@gmail.com \
--to=rvarsha016@gmail.com \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).