aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-14 16:16:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-14 16:16:34 +0000
commit4a918fb57eca1b5c107954f4ef8424568b6dfa18 (patch)
tree88fd5d392d6da8d45e308608d9d838fee992d3f2 /src
parent2e7d8e728db0829bab0b1851c9965a426de30bd3 (diff)
downloadgnunet-4a918fb57eca1b5c107954f4ef8424568b6dfa18.tar.gz
gnunet-4a918fb57eca1b5c107954f4ef8424568b6dfa18.zip
disabling consumption test and verbose
Diffstat (limited to 'src')
-rw-r--r--src/ats/Makefile.am14
-rw-r--r--src/ats/test_ats_api.conf2
-rw-r--r--src/ats/test_ats_api_scheduling.c2
3 files changed, 9 insertions, 9 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 74f8abcb8..6d945dd51 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -33,8 +33,8 @@ gnunet_service_ats_LDADD = \
33 33
34 34
35check_PROGRAMS = \ 35check_PROGRAMS = \
36 test_ats_api_scheduling \ 36 test_ats_api_scheduling
37 test_ats_api_bandwidth_consumption 37# test_ats_api_bandwidth_consumption
38 38
39if ENABLE_TEST_RUN 39if ENABLE_TEST_RUN
40TESTS = $(check_PROGRAMS) 40TESTS = $(check_PROGRAMS)
@@ -46,11 +46,11 @@ test_ats_api_scheduling_LDADD = \
46 $(top_builddir)/src/util/libgnunetutil.la \ 46 $(top_builddir)/src/util/libgnunetutil.la \
47 $(top_builddir)/src/ats/libgnunetats.la 47 $(top_builddir)/src/ats/libgnunetats.la
48 48
49test_ats_api_bandwidth_consumption_SOURCES = \ 49#test_ats_api_bandwidth_consumption_SOURCES = \
50 test_ats_api_bandwidth_consumption.c 50# test_ats_api_bandwidth_consumption.c
51test_ats_api_bandwidth_consumption_LDADD = \ 51#test_ats_api_bandwidth_consumption_LDADD = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52# $(top_builddir)/src/util/libgnunetutil.la \
53 $(top_builddir)/src/ats/libgnunetats.la 53# $(top_builddir)/src/ats/libgnunetats.la
54 54
55#test_ats_api_update_address_SOURCES = \ 55#test_ats_api_update_address_SOURCES = \
56# test_ats_api_update_address.c 56# test_ats_api_update_address.c
diff --git a/src/ats/test_ats_api.conf b/src/ats/test_ats_api.conf
index 79e92af49..4d4682c93 100644
--- a/src/ats/test_ats_api.conf
+++ b/src/ats/test_ats_api.conf
@@ -7,7 +7,7 @@ DEFAULTSERVICES = ats
7UNIXPATH = /tmp/test-ats-scheduling-arm.sock 7UNIXPATH = /tmp/test-ats-scheduling-arm.sock
8 8
9[ats] 9[ats]
10DEBUG = YES 10#DEBUG = YES
11#PREFIX = valgrind --leak-check=full 11#PREFIX = valgrind --leak-check=full
12AUTOSTART = YES 12AUTOSTART = YES
13PORT = 12002 13PORT = 12002
diff --git a/src/ats/test_ats_api_scheduling.c b/src/ats/test_ats_api_scheduling.c
index efc252380..dd4718c12 100644
--- a/src/ats/test_ats_api_scheduling.c
+++ b/src/ats/test_ats_api_scheduling.c
@@ -34,7 +34,7 @@
34#include "gnunet_ats_service.h" 34#include "gnunet_ats_service.h"
35#include "ats.h" 35#include "ats.h"
36 36
37#define VERBOSE GNUNET_YES 37#define VERBOSE GNUNET_EXTRA_LOGGING
38 38
39#define VERBOSE_ARM GNUNET_EXTRA_LOGGING 39#define VERBOSE_ARM GNUNET_EXTRA_LOGGING
40 40