From 415bb0c899f1a1180fe41c38d186430644389cf4 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 18 Jan 2018 00:28:33 +0530 Subject: tests: build: Add README. Add readme for compile options test script. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- tests/build/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/build/README (limited to 'tests') 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. -- cgit v1.2.3