]> git.ipfire.org Git - network.git/commitdiff
test: Add all new tests to the makefile
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 31 May 2017 13:07:32 +0000 (15:07 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Wed, 31 May 2017 13:07:32 +0000 (15:07 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
Makefile.am

index 63b75edaaabc96fb2398fe90b3726d51750c6df9..3f558503ad2c4c99430a6d8bce0fac089d3cdb98 100644 (file)
@@ -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