add-to-suite
authorChristian Grothoff <christian@grothoff.org>
Tue, 2 Feb 2010 10:27:25 +0000 (10:27 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 2 Feb 2010 10:27:25 +0000 (10:27 +0000)
src/arm/Makefile.am
src/arm/test_exponential_backoff.c

index 36161e8a0d258cd1d8e1a1e2577b2c3d822a632c..8cd9cc0dbad0bfb1e3a761c98ca0000a26371ef6 100644 (file)
@@ -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
index bbc794d658e30f0d284fddf8c5f79329333369d8..49092dc42a4510f56c2227a08d3a438c76adb644 100644 (file)
@@ -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",