From 9b7ad6f345208cae41ec4ebf957528fc43406a84 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 2 Feb 2010 10:27:25 +0000 Subject: [PATCH] add-to-suite --- src/arm/Makefile.am | 7 +++---- src/arm/test_exponential_backoff.c | 3 ++- 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 = \ check_PROGRAMS = \ test_arm_api \ test_exponential_backoff - + check_SCRIPTS = \ test_gnunet_arm.sh -TESTS = test_arm_api $(check_SCRIPTS) +TESTS = $(check_PROGRAMS) $(check_SCRIPTS) test_arm_api_SOURCES = \ test_arm_api.c @@ -66,7 +66,6 @@ test_exponential_backoff_SOURCES = \ test_exponential_backoff_LDADD = \ $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la - - + EXTRA_DIST = \ 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[]) { int ret; - + fprintf (stdout, + "This test will print some warnings about 'do-nothing' being terminated. That's expected!\n"); GNUNET_log_setup ("test-exponential-backoff", #if VERBOSE "DEBUG", -- 2.25.1