diff mbox series

[nft] tests: build: Add README.

Message ID 20180117185833.18912-1-rvarsha016@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series [nft] tests: build: Add README. | expand

Commit Message

Varsha Rao Jan. 17, 2018, 6:58 p.m. UTC
Add readme for compile options test script.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
---
 tests/build/README | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 tests/build/README

Comments

Pablo Neira Ayuso Jan. 19, 2018, 12:13 p.m. UTC | #1
On Thu, Jan 18, 2018 at 12:28:33AM +0530, Varsha Rao wrote:
> Add readme for compile options test script.

Applied, thanks Varsha.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/tests/build/README b/tests/build/README
new file mode 100644
index 0000000..d6900ff
--- /dev/null
+++ b/tests/build/README
@@ -0,0 +1,12 @@ 
+Testsuite for NFT compile options.
+
+In this testsuite, automated testing is done for following nft compile options:
+
+  cli support
+  enable debugging symbols
+  use mini-gmp
+  enable pdf documentation
+  libxtables support
+
+Run the test script 'run-tests.sh' as root user: ./run-tests.sh
+Any error encountered on compiling is saved in tests/build/tests.log file.