diff mbox

[1/3,libnftnl] tests: Add missing tests to test-script.sh

Message ID 20160810151205.24975-1-carlosfg@riseup.net
State Accepted
Delegated to: Pablo Neira
Headers show

Commit Message

Carlos Falgueras García Aug. 10, 2016, 3:12 p.m. UTC
Signed-off-by: Carlos Falgueras García <carlosfg@riseup.net>
---
 tests/test-script.sh | 3 +++
 1 file changed, 3 insertions(+)

Comments

Pablo Neira Ayuso Aug. 10, 2016, 4:48 p.m. UTC | #1
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Pablo Neira Ayuso Aug. 11, 2016, 11:52 p.m. UTC | #2
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/test-script.sh b/tests/test-script.sh
index b040158..ba13571 100755
--- a/tests/test-script.sh
+++ b/tests/test-script.sh
@@ -4,7 +4,9 @@ 
 ./nft-expr_cmp-test
 ./nft-expr_counter-test
 ./nft-expr_ct-test
+./nft-expr_dup-test
 ./nft-expr_exthdr-test
+./nft-expr_fwd-test
 ./nft-expr_immediate-test
 ./nft-expr_limit-test
 ./nft-expr_log-test
@@ -12,6 +14,7 @@ 
 ./nft-expr_match-test
 ./nft-expr_masq-test
 ./nft-expr_meta-test
+./nft-expr_queue-test
 ./nft-expr_redir-test
 ./nft-expr_nat-test
 ./nft-expr_payload-test