aboutsummaryrefslogtreecommitdiff
path: root/src/stream/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-20 19:56:06 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-20 19:56:06 +0000
commitd0ddec50cd8ebed5269ce277195cc858b8ea709c (patch)
tree0d70d778660e546a72e3831f6973ee7ebd31c92e /src/stream/Makefile.am
parent74405f8ead047a6f3ac9b31130b4f2e4f6a1292c (diff)
downloadgnunet-d0ddec50cd8ebed5269ce277195cc858b8ea709c.tar.gz
gnunet-d0ddec50cd8ebed5269ce277195cc858b8ea709c.zip
-stream testcases with new testing library
Diffstat (limited to 'src/stream/Makefile.am')
-rw-r--r--src/stream/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 10d87f042..54f2a6fa5 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -55,7 +55,7 @@ test_stream_local_SOURCES = \
55test_stream_local_LDADD = \ 55test_stream_local_LDADD = \
56 $(top_builddir)/src/stream/libgnunetstream.la \ 56 $(top_builddir)/src/stream/libgnunetstream.la \
57 $(top_builddir)/src/util/libgnunetutil.la \ 57 $(top_builddir)/src/util/libgnunetutil.la \
58 $(top_builddir)/src/testing_old/libgnunettesting_old.la 58 $(top_builddir)/src/testing/libgnunettesting.la
59 59
60test_stream_big_SOURCES = \ 60test_stream_big_SOURCES = \
61 test_stream_big.c 61 test_stream_big.c
@@ -69,4 +69,4 @@ test_stream_sequence_wraparound_SOURCES = \
69test_stream_sequence_wraparound_LDADD = \ 69test_stream_sequence_wraparound_LDADD = \
70 $(top_builddir)/src/stream/libgnunetstream.la \ 70 $(top_builddir)/src/stream/libgnunetstream.la \
71 $(top_builddir)/src/util/libgnunetutil.la \ 71 $(top_builddir)/src/util/libgnunetutil.la \
72 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ No newline at end of file 72 $(top_builddir)/src/testing/libgnunettesting.la