From: Christian Grothoff Date: Tue, 2 Feb 2010 10:27:25 +0000 (+0000) Subject: add-to-suite X-Git-Tag: initial-import-from-subversion-38251~22811 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b7ad6f345208cae41ec4ebf957528fc43406a84;p=oweals%2Fgnunet.git add-to-suite --- 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",