aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 14:26:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 14:26:12 +0000
commitd2d536c5b4105de868a40633eb242197ee4a382f (patch)
tree884b4024e6293f5da4551a93d2dcf7cac8ca170d /src/statistics
parent6a51a0b679b6821f6cd979a0c4319634a2d8e232 (diff)
downloadgnunet-d2d536c5b4105de868a40633eb242197ee4a382f.tar.gz
gnunet-d2d536c5b4105de868a40633eb242197ee4a382f.zip
fix
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/test_statistics_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statistics/test_statistics_api.c b/src/statistics/test_statistics_api.c
index 9e43663a7..fff2b78b7 100644
--- a/src/statistics/test_statistics_api.c
+++ b/src/statistics/test_statistics_api.c
@@ -163,6 +163,7 @@ check ()
163#endif 163#endif
164 "-c", "test_statistics_api_data.conf", NULL); 164 "-c", "test_statistics_api_data.conf", NULL);
165#endif 165#endif
166 GNUNET_assert (NULL != proc);
166 GNUNET_PROGRAM_run (5, argv, "test-statistics-api", "nohelp", 167 GNUNET_PROGRAM_run (5, argv, "test-statistics-api", "nohelp",
167 options, &run, &ok); 168 options, &run, &ok);
168#if START_SERVICE 169#if START_SERVICE