aboutsummaryrefslogtreecommitdiff
path: root/src/social
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/social
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/social')
-rw-r--r--src/social/test_social.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index fa3ce6e6d..5072ecec0 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -38,7 +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 1
42#define DATA2ARG(data) data, sizeof (data) 41#define DATA2ARG(data) data, sizeof (data)
43 42
44/** 43/**
@@ -763,7 +762,7 @@ core_connected (void *cls, const struct GNUNET_PeerIdentity *my_identity)
763 * @param peer handle to access more of the peer (not used) 762 * @param peer handle to access more of the peer (not used)
764 */ 763 */
765void 764void
766#if DEBUG_SERVICE 765#if DEBUG_TEST_SOCIAL
767run (void *cls, char *const *args, const char *cfgfile, 766run (void *cls, char *const *args, const char *cfgfile,
768 const struct GNUNET_CONFIGURATION_Handle *c) 767 const struct GNUNET_CONFIGURATION_Handle *c)
769#else 768#else
@@ -790,7 +789,7 @@ int
790main (int argc, char *argv[]) 789main (int argc, char *argv[])
791{ 790{
792 res = 1; 791 res = 1;
793#if DEBUG_SERVICE 792#if DEBUG_TEST_SOCIAL
794 const struct GNUNET_GETOPT_CommandLineOption opts[] = { 793 const struct GNUNET_GETOPT_CommandLineOption opts[] = {
795 GNUNET_GETOPT_OPTION_END 794 GNUNET_GETOPT_OPTION_END
796 }; 795 };