From c4aa230b728c1e09526f0a49caf57e7ce4e33a87 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Date: Thu, 28 Nov 2013 12:30:16 +0100 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- tests/test-script.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3