summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Borrero <arturo.borrero.glez@gmail.com>2013-11-28 12:30:16 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2013-11-30 22:02:04 +0100
commitc4aa230b728c1e09526f0a49caf57e7ce4e33a87 (patch)
treeeeda9762e1a4d06f2898a58214e2823493abad59
parentd7955867a79e8aed8058a2a69953c6005bb9ef5a (diff)
tests: extend test-script.sh to run XML and JSON tests
Let's test the XML/JSON parsing with test-script.sh as well. Singed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rwxr-xr-xtests/test-script.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-script.sh b/tests/test-script.sh
index 458f818..b766421 100755
--- a/tests/test-script.sh
+++ b/tests/test-script.sh
@@ -18,3 +18,5 @@
./nft-rule-test
./nft-set-test
./nft-table-test
+./nft-parsing-test xmlfiles
+./nft-parsing-test jsonfiles