aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/in46a_test.c1
-rw-r--r--tests/lib/ippool_test.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/in46a_test.c b/tests/lib/in46a_test.c
index 42a1768..ab7156f 100644
--- a/tests/lib/in46a_test.c
+++ b/tests/lib/in46a_test.c
@@ -321,4 +321,5 @@ int main(int argc, char **argv)
test_in46a_to_eua();
test_in46a_from_eua();
test_in46a_netmasklen();
+ return 0;
}
diff --git a/tests/lib/ippool_test.c b/tests/lib/ippool_test.c
index ea56edd..5b3227c 100644
--- a/tests/lib/ippool_test.c
+++ b/tests/lib/ippool_test.c
@@ -130,4 +130,5 @@ int main(int argc, char **argv)
srand(time(NULL));
test_pool_sizes();
+ return 0;
}