summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-01-18 00:28:33 +0530
committerPablo Neira Ayuso <pablo@netfilter.org>2018-01-19 13:52:38 +0100
commit415bb0c899f1a1180fe41c38d186430644389cf4 (patch)
treef04c2a521975304c98be3fc2485c05748c54245d /tests
parent585ccefaf7c262be26aa89c7d0eac1cf8e3b5143 (diff)
tests: build: Add README.
Add readme for compile options test script. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/build/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/build/README b/tests/build/README
new file mode 100644
index 00000000..8eca252d
--- /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.