From: Jonatan Schlag Date: Wed, 31 May 2017 13:07:32 +0000 (+0200) Subject: test: Add all new tests to the makefile X-Git-Tag: 009~250^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb8304ecf46e3ebfa16d57a5769b0ce7d37a4afe;p=network.git test: Add all new tests to the makefile Signed-off-by: Jonatan Schlag --- diff --git a/Makefile.am b/Makefile.am index 63b75eda..3f558503 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