Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: nft-parsing-test: restore default terminal color after test | Pablo Neira Ayuso | 2013-06-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> | ||||
* | test: add testbench for XML | Arturo Borrero Gonzalez | 2013-06-27 | 1 | -0/+111 |
This patch add a testbench for XML parsing, which may be extended to test JSON as well. To use it: $ cd test/ $ make nft-parsing-test $ ./nft-parsing-test xmlfiles/ This testbench supersedes old .sh test scripts, so they are deleted. [ I have mangled this patch to rename/mangle files, to colorize the test output and not to compile XML inconditionally --pablo ] Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |