From: Varsha Rao Date: Wed, 17 Jan 2018 18:58:33 +0000 (+0530) Subject: tests: build: Add README. X-Git-Tag: v0.8.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415bb0c899f1a1180fe41c38d186430644389cf4;p=thirdparty%2Fnftables.git tests: build: Add README. Add readme for compile options test script. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- 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.