diff options
Diffstat (limited to 'tests/build/README')
-rw-r--r-- | tests/build/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/build/README b/tests/build/README new file mode 100644 index 0000000..c365b88 --- /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 man page + 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. |