aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-06-15 15:28:24 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-06-15 15:28:24 +0000
commit649c197136aa005bdce158e5116b894db94031f5 (patch)
treec79cf35b5cd632e37e8f0f0a6b47071e9a751945 /src
parent5d9f145bbeb7d342dbf0a2e2144d2309a8dd9258 (diff)
downloadgnunet-649c197136aa005bdce158e5116b894db94031f5.tar.gz
gnunet-649c197136aa005bdce158e5116b894db94031f5.zip
added test_stream_big to make check tests
Diffstat (limited to 'src')
-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 3f535ceee..86c54a5b7 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -28,8 +28,8 @@ check_PROGRAMS = \
28EXTRA_DIST = test_stream_local.conf 28EXTRA_DIST = test_stream_local.conf
29 29
30if ENABLE_TEST_RUN 30if ENABLE_TEST_RUN
31TESTS = \ 31TESTS = $(check_PROGRAMS)
32 test_stream_2peers \ 32# test_stream_2peers \
33 test_stream_2peers_halfclose \ 33 test_stream_2peers_halfclose \
34 test_stream_local 34 test_stream_local
35endif 35endif