gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r10194 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r10194 - gnunet/src/arm
Date: Tue, 2 Feb 2010 11:27:25 +0100

Author: grothoff
Date: 2010-02-02 11:27:25 +0100 (Tue, 02 Feb 2010)
New Revision: 10194

Modified:
   gnunet/src/arm/Makefile.am
   gnunet/src/arm/test_exponential_backoff.c
Log:
add-to-suite

Modified: gnunet/src/arm/Makefile.am
===================================================================
--- gnunet/src/arm/Makefile.am  2010-02-02 10:26:01 UTC (rev 10193)
+++ gnunet/src/arm/Makefile.am  2010-02-02 10:27:25 UTC (rev 10194)
@@ -49,11 +49,11 @@
 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_LDADD = \
   $(top_builddir)/src/arm/libgnunetarm.la \
   $(top_builddir)/src/util/libgnunetutil.la
-  
-  
+
 EXTRA_DIST = \
   test_arm_api_data.conf

Modified: gnunet/src/arm/test_exponential_backoff.c
===================================================================
--- gnunet/src/arm/test_exponential_backoff.c   2010-02-02 10:26:01 UTC (rev 
10193)
+++ gnunet/src/arm/test_exponential_backoff.c   2010-02-02 10:27:25 UTC (rev 
10194)
@@ -219,7 +219,8 @@
 {
   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",





reply via email to

[Prev in Thread] Current Thread [Next in Thread]