]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: build: Add README.
authorVarsha Rao <rvarsha016@gmail.com>
Wed, 17 Jan 2018 18:58:33 +0000 (00:28 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 19 Jan 2018 12:52:38 +0000 (13:52 +0100)
Add readme for compile options test script.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/build/README [new file with mode: 0644]

diff --git a/tests/build/README b/tests/build/README
new file mode 100644 (file)
index 0000000..8eca252
--- /dev/null
@@ -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.