diff options
Diffstat (limited to 'tests/lib/in46a_test.c')
-rw-r--r-- | tests/lib/in46a_test.c | 1 |
1 files changed, 1 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; } |