added test_stream_big to make check tests
authorSree Harsha Totakura <totakura@in.tum.de>
Fri, 15 Jun 2012 15:28:24 +0000 (15:28 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Fri, 15 Jun 2012 15:28:24 +0000 (15:28 +0000)
src/stream/Makefile.am

index 3f535ceee94c0427208ed98765f8e54f0c5df58f..86c54a5b70fc5a972f2705a7f688d900cb2317d7 100644 (file)
@@ -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