From 48a71a20420e307d0a1d8a89ac9fc7b46ec5a1ca Mon Sep 17 00:00:00 2001 From: Laura Garcia Liebana Date: Sat, 13 Aug 2016 01:02:03 +0200 Subject: expr: add hash expression Support for the nft hash expression in libnftnl. Signed-off-by: Laura Garcia Liebana Signed-off-by: Pablo Neira Ayuso --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 0377081..86766f3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -29,7 +29,8 @@ check_PROGRAMS = nft-parsing-test \ nft-expr_queue-test \ nft-expr_redir-test \ nft-expr_reject-test \ - nft-expr_target-test + nft-expr_target-test \ + nft-expr_hash-test nft_parsing_test_SOURCES = nft-parsing-test.c nft_parsing_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} ${LIBXML_LIBS} ${LIBJSON_LIBS} @@ -108,3 +109,6 @@ nft_expr_redir_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} nft_expr_target_test_SOURCES = nft-expr_target-test.c nft_expr_target_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} + +nft_expr_hash_test_SOURCES = nft-expr_hash-test.c +nft_expr_hash_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} -- cgit v1.2.3