gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21149 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r21149 - gnunet/src/stream
Date: Wed, 25 Apr 2012 11:41:53 +0200

Author: harsha
Date: 2012-04-25 11:41:52 +0200 (Wed, 25 Apr 2012)
New Revision: 21149

Modified:
   gnunet/src/stream/Makefile.am
   gnunet/src/stream/test_stream_2peers_halfclose.c
Log:
-added test_stream_local.c to standard checks

Modified: gnunet/src/stream/Makefile.am
===================================================================
--- gnunet/src/stream/Makefile.am       2012-04-25 07:09:55 UTC (rev 21148)
+++ gnunet/src/stream/Makefile.am       2012-04-25 09:41:52 UTC (rev 21149)
@@ -27,8 +27,7 @@
 EXTRA_DIST = test_stream_local.conf
 
 if ENABLE_TEST_RUN
-TESTS = test_stream_2peers \
- test_stream_2peers_halfclose
+TESTS = $(check_PROGRAMS)
 endif
 
 test_stream_2peers_SOURCES = \

Modified: gnunet/src/stream/test_stream_2peers_halfclose.c
===================================================================
--- gnunet/src/stream/test_stream_2peers_halfclose.c    2012-04-25 07:09:55 UTC 
(rev 21148)
+++ gnunet/src/stream/test_stream_2peers_halfclose.c    2012-04-25 09:41:52 UTC 
(rev 21149)
@@ -754,7 +754,7 @@
 {
   int ret;
 
-  char *argv2[] = { "test-stream-local",
+  char *argv2[] = { "test-stream-2peers-halfclose",
                     "-L", "DEBUG",
                     "-c", "test_stream_local.conf",
                     NULL};
@@ -765,7 +765,7 @@
 
   ret =
       GNUNET_PROGRAM_run ((sizeof (argv2) / sizeof (char *)) - 1, argv2,
-                          "test-stream-local", "nohelp", options, &run, NULL);
+                          "test-stream-2peers-halfclose", "nohelp", options, 
&run, NULL);
 
   if (GNUNET_OK != ret)
   {




reply via email to

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