aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-02 10:27:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-02 10:27:25 +0000
commit9b7ad6f345208cae41ec4ebf957528fc43406a84 (patch)
treee305586cb87fde6096a6750bd5481b07886a725d /src
parent3c89be3fc4488ce13902dd1482c1eb668c1c3b7b (diff)
downloadgnunet-9b7ad6f345208cae41ec4ebf957528fc43406a84.tar.gz
gnunet-9b7ad6f345208cae41ec4ebf957528fc43406a84.zip
add-to-suite
Diffstat (limited to 'src')
-rw-r--r--src/arm/Makefile.am7
-rw-r--r--src/arm/test_exponential_backoff.c3
2 files changed, 5 insertions, 5 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 36161e8a0..8cd9cc0db 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -49,11 +49,11 @@ mockup_service_SOURCES = \
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_arm_api \ 50 test_arm_api \
51 test_exponential_backoff 51 test_exponential_backoff
52 52
53check_SCRIPTS = \ 53check_SCRIPTS = \
54 test_gnunet_arm.sh 54 test_gnunet_arm.sh
55 55
56TESTS = test_arm_api $(check_SCRIPTS) 56TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
57 57
58test_arm_api_SOURCES = \ 58test_arm_api_SOURCES = \
59 test_arm_api.c 59 test_arm_api.c
@@ -66,7 +66,6 @@ test_exponential_backoff_SOURCES = \
66test_exponential_backoff_LDADD = \ 66test_exponential_backoff_LDADD = \
67 $(top_builddir)/src/arm/libgnunetarm.la \ 67 $(top_builddir)/src/arm/libgnunetarm.la \
68 $(top_builddir)/src/util/libgnunetutil.la 68 $(top_builddir)/src/util/libgnunetutil.la
69 69
70
71EXTRA_DIST = \ 70EXTRA_DIST = \
72 test_arm_api_data.conf 71 test_arm_api_data.conf
diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c
index bbc794d65..49092dc42 100644
--- a/src/arm/test_exponential_backoff.c
+++ b/src/arm/test_exponential_backoff.c
@@ -219,7 +219,8 @@ main (int argc, char *argv[])
219{ 219{
220 int ret; 220 int ret;
221 221
222 222 fprintf (stdout,
223 "This test will print some warnings about 'do-nothing' being terminated. That's expected!\n");
223 GNUNET_log_setup ("test-exponential-backoff", 224 GNUNET_log_setup ("test-exponential-backoff",
224#if VERBOSE 225#if VERBOSE
225 "DEBUG", 226 "DEBUG",