From: Jonatan Schlag Date: Wed, 31 May 2017 13:07:32 +0000 (+0200) Subject: test: Add all new tests to the makefile X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ftests;p=people%2Fjschlag%2Fnetwork.git test: Add all new tests to the makefile Signed-off-by: Jonatan Schlag --- 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