From: Sree Harsha Totakura Date: Fri, 15 Jun 2012 15:28:24 +0000 (+0000) Subject: added test_stream_big to make check tests X-Git-Tag: initial-import-from-subversion-38251~13037 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=649c197136aa005bdce158e5116b894db94031f5;p=oweals%2Fgnunet.git added test_stream_big to make check tests --- 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 = \ EXTRA_DIST = test_stream_local.conf if ENABLE_TEST_RUN -TESTS = \ - test_stream_2peers \ +TESTS = $(check_PROGRAMS) +# test_stream_2peers \ test_stream_2peers_halfclose \ test_stream_local endif