From: Christian Grothoff Date: Sat, 9 Jun 2012 18:31:29 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13204 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=376b8ef20ff26358164f23e3fee93ac23aebc2c2;p=oweals%2Fgnunet.git -fix --- diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am index 8d74417ac..1bb7beb5c 100644 --- a/src/stream/Makefile.am +++ b/src/stream/Makefile.am @@ -35,18 +35,18 @@ test_stream_2peers_SOURCES = \ test_stream_2peers_LDADD = \ $(top_builddir)/src/stream/libgnunetstream.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing/libgnunettesting.la + $(top_builddir)/src/testing_old/libgnunettesting_old.la test_stream_2peers_halfclose_SOURCES = \ test_stream_2peers_halfclose.c test_stream_2peers_halfclose_LDADD = \ $(top_builddir)/src/stream/libgnunetstream.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing/libgnunettesting.la + $(top_builddir)/src/testing_old/libgnunettesting_old.la test_stream_local_SOURCES = \ test_stream_local.c test_stream_local_LDADD = \ $(top_builddir)/src/stream/libgnunetstream.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(top_builddir)/src/testing/libgnunettesting.la \ No newline at end of file + $(top_builddir)/src/testing_old/libgnunettesting_old.la \ No newline at end of file diff --git a/src/testing_old/testing_old.conf b/src/testing_old/testing_old.conf index 7e25f8c13..ebba0ad6e 100644 --- a/src/testing_old/testing_old.conf +++ b/src/testing_old/testing_old.conf @@ -1,4 +1,4 @@ -[TESTING] +[TESTING_OLD] # How long before failing a connection? CONNECT_TIMEOUT = 30 s # How many connect attempts should we make?