aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_servicestartup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_servicestartup.c')
-rw-r--r--src/testing/test_testing_servicestartup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_servicestartup.c b/src/testing/test_testing_servicestartup.c
index d25c16167..83458898b 100644
--- a/src/testing/test_testing_servicestartup.c
+++ b/src/testing/test_testing_servicestartup.c
@@ -59,7 +59,8 @@ test_run (void *cls, const struct GNUNET_CONFIGURATION_Handle *cfg,
59/** 59/**
60 * The main point of execution 60 * The main point of execution
61 */ 61 */
62int main (int argc, char *argv[]) 62int
63main (int argc, char *argv[])
63{ 64{
64 test_success = GNUNET_NO; 65 test_success = GNUNET_NO;
65 GNUNET_assert (0 == GNUNET_TESTING_service_run ("test-testing-servicestartup", 66 GNUNET_assert (0 == GNUNET_TESTING_service_run ("test-testing-servicestartup",
@@ -70,4 +71,5 @@ int main (int argc, char *argv[])
70 return (GNUNET_YES == test_success) ? 0 : 1; 71 return (GNUNET_YES == test_success) ? 0 : 1;
71} 72}
72 73
74
73/* end of test_testing_servicestartup.c */ 75/* end of test_testing_servicestartup.c */