From 649c197136aa005bdce158e5116b894db94031f5 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 15 Jun 2012 15:28:24 +0000 Subject: [PATCH] added test_stream_big to make check tests --- src/stream/Makefile.am | 4 ++-- 1 file 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 = \ 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 -- 2.25.1