-fix
authorChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 18:31:29 +0000 (18:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 9 Jun 2012 18:31:29 +0000 (18:31 +0000)
src/stream/Makefile.am
src/testing_old/testing_old.conf

index 8d74417ac8dc947c53453f03be0e7b96a12d55e8..1bb7beb5c03cd62b2d97dc0d4575b95e2e5cb9f5 100644 (file)
@@ -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
index 7e25f8c138aad666e914f02ccd0a20cfc16ddbeb..ebba0ad6e5cd84140b9742841cebc1a93eea60f8 100644 (file)
@@ -1,4 +1,4 @@
-[TESTING]
+[TESTING_OLD]
 # How long before failing a connection?
 CONNECT_TIMEOUT = 30 s
 # How many connect attempts should we make?