aboutsummaryrefslogtreecommitdiff
path: root/src/multicast
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-24 08:17:41 +0000
committerGabor X Toth <*@tg-x.net>2014-07-24 08:17:41 +0000
commitb618f1ebf6121fd8652c44a43b70724d883b73e4 (patch)
tree7ab0b4e8180d528b71bd8dc1842c9de02544e81d /src/multicast
parenta0a1be272163eb4dfbe73450cc08dc236f4e62fc (diff)
downloadgnunet-b618f1ebf6121fd8652c44a43b70724d883b73e4.tar.gz
gnunet-b618f1ebf6121fd8652c44a43b70724d883b73e4.zip
multicast,psyc,social: remove DEBUG #defines from tests to keep `make check` working
Diffstat (limited to 'src/multicast')
-rw-r--r--src/multicast/test_multicast.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/multicast/test_multicast.c b/src/multicast/test_multicast.c
index 73606c4b0..a8a8cb611 100644
--- a/src/multicast/test_multicast.c
+++ b/src/multicast/test_multicast.c
@@ -35,8 +35,6 @@
35 35
36#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 36#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
37 37
38#define DEBUG_SERVICE 0
39
40/** 38/**
41 * Return value from 'main'. 39 * Return value from 'main'.
42 */ 40 */
@@ -116,7 +114,7 @@ end ()
116 * @param peer handle to access more of the peer (not used) 114 * @param peer handle to access more of the peer (not used)
117 */ 115 */
118static void 116static void
119#if DEBUG_SERVICE 117#if DEBUG_TEST_MULTICAST
120run (void *cls, char *const *args, const char *cfgfile, 118run (void *cls, char *const *args, const char *cfgfile,
121 const struct GNUNET_CONFIGURATION_Handle *c) 119 const struct GNUNET_CONFIGURATION_Handle *c)
122#else 120#else
@@ -138,7 +136,7 @@ int
138main (int argc, char *argv[]) 136main (int argc, char *argv[])
139{ 137{
140 res = 1; 138 res = 1;
141#if DEBUG_SERVICE 139#if DEBUG_TEST_MULTICAST
142 const struct GNUNET_GETOPT_CommandLineOption opts[] = { 140 const struct GNUNET_GETOPT_CommandLineOption opts[] = {
143 GNUNET_GETOPT_OPTION_END 141 GNUNET_GETOPT_OPTION_END
144 }; 142 };