From cbd14b764d226db75383795908c84b7d67d9ac49 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 17 Oct 2018 12:32:52 -0700 Subject: tests: Run regression tests from make check The existing test-script.sh does not check the return values of the tests so it is not very good for automated testing. Signed-off-by: Matt Turner Signed-off-by: Pablo Neira Ayuso --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 556575f..ad493b5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,6 +35,8 @@ check_PROGRAMS = nft-table-test \ nft-expr_target-test \ nft-expr_hash-test +TESTS = $(check_PROGRAMS) + nft_table_test_SOURCES = nft-table-test.c nft_table_test_LDADD = ../src/libnftnl.la ${LIBMNL_LIBS} -- cgit v1.2.3