aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_hello_world.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_hello_world.c b/src/testing/test_testing_hello_world.c
index 82f537112..2ce7b547d 100644
--- a/src/testing/test_testing_hello_world.c
+++ b/src/testing/test_testing_hello_world.c
@@ -46,9 +46,11 @@ run (void *cls,
46 }; 46 };
47 47
48 GNUNET_TESTING_run (is, 48 GNUNET_TESTING_run (is,
49 commands); 49 commands,
50 GNUNET_TIME_UNIT_FOREVER_REL);
50} 51}
51 52
53
52int 54int
53main (int argc, 55main (int argc,
54 char *const *argv) 56 char *const *argv)