aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
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/psyc
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/psyc')
-rw-r--r--src/psyc/test_psyc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/psyc/test_psyc.c b/src/psyc/test_psyc.c
index 495e3be47..2f6c8f628 100644
--- a/src/psyc/test_psyc.c
+++ b/src/psyc/test_psyc.c
@@ -38,9 +38,6 @@
38 38
39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) 39#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30)
40 40
41#define DEBUG_SERVICE 0
42
43
44/** 41/**
45 * Return value from 'main'. 42 * Return value from 'main'.
46 */ 43 */
@@ -570,7 +567,7 @@ master_start_cb (void *cls, uint64_t max_message_id)
570 * @param peer handle to access more of the peer (not used) 567 * @param peer handle to access more of the peer (not used)
571 */ 568 */
572static void 569static void
573#if DEBUG_SERVICE 570#if DEBUG_TEST_PSYC
574run (void *cls, char *const *args, const char *cfgfile, 571run (void *cls, char *const *args, const char *cfgfile,
575 const struct GNUNET_CONFIGURATION_Handle *c) 572 const struct GNUNET_CONFIGURATION_Handle *c)
576#else 573#else
@@ -600,7 +597,7 @@ int
600main (int argc, char *argv[]) 597main (int argc, char *argv[])
601{ 598{
602 res = 1; 599 res = 1;
603#if DEBUG_SERVICE 600#if DEBUG_TEST_PSYC
604 const struct GNUNET_GETOPT_CommandLineOption opts[] = { 601 const struct GNUNET_GETOPT_CommandLineOption opts[] = {
605 GNUNET_GETOPT_OPTION_END 602 GNUNET_GETOPT_OPTION_END
606 }; 603 };