aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-03-06 19:03:52 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-03-06 19:03:52 +0100
commit79e9673137f1c94644bf9ef781e08c53c2e3901f (patch)
tree90921b15df02d50ab970f9379d1f56a96a66e304 /src/testing
parent9ae422a2a86c3a8199b3fcb4a64ab475274b3450 (diff)
parent901c07d786144b095cc4805be1336312f7835438 (diff)
downloadgnunet-79e9673137f1c94644bf9ef781e08c53c2e3901f.tar.gz
gnunet-79e9673137f1c94644bf9ef781e08c53c2e3901f.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
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)