aboutsummaryrefslogtreecommitdiff
path: root/src/stream
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-09-04 14:09:49 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-09-04 14:09:49 +0000
commit0351d353769e32f3afe534a53005930b89f47f5e (patch)
tree9c5efe08fb700959f36ec233cb3cd47b24144bdc /src/stream
parenta571e58bcb67f4f5f1d87fd0a72b5d7dd94e610b (diff)
downloadgnunet-0351d353769e32f3afe534a53005930b89f47f5e.tar.gz
gnunet-0351d353769e32f3afe534a53005930b89f47f5e.zip
new stream/testbed testcase into defaults
Diffstat (limited to 'src/stream')
-rw-r--r--src/stream/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index 4f8b47f1d..8132b0207 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -36,7 +36,8 @@ TESTS = \
36 test_stream_2peers_halfclose \ 36 test_stream_2peers_halfclose \
37 test_stream_local \ 37 test_stream_local \
38 test_stream_big \ 38 test_stream_big \
39 test_stream_sequence_wraparound 39 test_stream_sequence_wraparound \
40 test_stream_2peers_new
40endif 41endif
41 42
42test_stream_2peers_SOURCES = \ 43test_stream_2peers_SOURCES = \