From bb8304ecf46e3ebfa16d57a5769b0ce7d37a4afe Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Wed, 31 May 2017 15:07:32 +0200 Subject: [PATCH] test: Add all new tests to the makefile Signed-off-by: Jonatan Schlag --- Makefile.am | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 63b75ed..3f55850 100644 --- a/Makefile.am +++ b/Makefile.am @@ -439,4 +439,11 @@ dist_check_SCRIPTS = \ test/load-library TESTS = \ - test/load-library + test/load-library \ + test/functions/ip/ip_is_valid \ + test/functions/ip/ip_is_network \ + test/functions/ip/ip_detect_protocol \ + test/functions/ip/ip_protocol_is_supported \ + test/functions/ip/ip_get_prefix \ + test/functions/ip/ip_split_prefix \ + test/functions/ip/ip_prefix_is_valid -- 2.47.2