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