aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-21 15:09:51 +0000
commit33a5d276ff045e45d05264a0c17a545ecd277548 (patch)
tree1c4e99feb6b73a77157f94e1a21af87d595dd07f /src/stream
parent999ab7de8d21c8bbcaac15d8fa9d1e2360f4b567 (diff)
downloadgnunet-33a5d276ff045e45d05264a0c17a545ecd277548.tar.gz
gnunet-33a5d276ff045e45d05264a0c17a545ecd277548.zip
-renaming testing-new.h to testing.h, bumping library versions
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/Makefile.am2
-rw-r--r--src/stream/test_stream_big.c2
-rw-r--r--src/stream/test_stream_local.c2
-rw-r--r--src/stream/test_stream_sequence_wraparound.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 16c4f78b2..77f2d6d59 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -20,7 +20,7 @@ libgnunetstream_la_LIBADD = \
20 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 20 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
21libgnunetstream_la_LDFLAGS = \ 21libgnunetstream_la_LDFLAGS = \
22 $(GN_LIB_LDFLAGS) \ 22 $(GN_LIB_LDFLAGS) \
23 -version-info 0:0:0 23 -version-info 1:0:0
24 24
25if HAVE_BENCHMARKS 25if HAVE_BENCHMARKS
26 STREAM_BENCHMARKS = \ 26 STREAM_BENCHMARKS = \
diff --git a/src/stream/test_stream_big.c b/src/stream/test_stream_big.c
index a923f374c..06d2a494c 100644
--- a/src/stream/test_stream_big.c
+++ b/src/stream/test_stream_big.c
@@ -29,7 +29,7 @@
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_stream_lib.h" 31#include "gnunet_stream_lib.h"
32#include "gnunet_testing_lib-new.h" 32#include "gnunet_testing_lib.h"
33 33
34#define LOG(kind, ...) \ 34#define LOG(kind, ...) \
35 GNUNET_log (kind, __VA_ARGS__); 35 GNUNET_log (kind, __VA_ARGS__);
diff --git a/src/stream/test_stream_local.c b/src/stream/test_stream_local.c
index 587c56ceb..f3c8aaec0 100644
--- a/src/stream/test_stream_local.c
+++ b/src/stream/test_stream_local.c
@@ -30,7 +30,7 @@
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_mesh_service.h" 31#include "gnunet_mesh_service.h"
32#include "gnunet_stream_lib.h" 32#include "gnunet_stream_lib.h"
33#include "gnunet_testing_lib-new.h" 33#include "gnunet_testing_lib.h"
34 34
35/** 35/**
36 * Relative seconds shorthand 36 * Relative seconds shorthand
diff --git a/src/stream/test_stream_sequence_wraparound.c b/src/stream/test_stream_sequence_wraparound.c
index ac230f2b3..bbe9f1a08 100644
--- a/src/stream/test_stream_sequence_wraparound.c
+++ b/src/stream/test_stream_sequence_wraparound.c
@@ -29,7 +29,7 @@
29#include "platform.h" 29#include "platform.h"
30#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
31#include "gnunet_stream_lib.h" 31#include "gnunet_stream_lib.h"
32#include "gnunet_testing_lib-new.h" 32#include "gnunet_testing_lib.h"
33 33
34/** 34/**
35 * Generic logging shorthand 35 * Generic logging shorthand