aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stream/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am
index c3546358e..3f535ceee 100644
--- a/src/stream/Makefile.am
+++ b/src/stream/Makefile.am
@@ -20,18 +20,18 @@ libgnunetstream_la_LDFLAGS = \
20 $(GN_LIB_LDFLAGS) 20 $(GN_LIB_LDFLAGS)
21 21
22check_PROGRAMS = \ 22check_PROGRAMS = \
23 test-stream-2peers \ 23 test_stream_2peers \
24 test-stream-2peers_halfclose \ 24 test_stream_2peers_halfclose \
25 test-stream-local \ 25 test_stream_local \
26 test-stream-big 26 test_stream_big
27 27
28EXTRA_DIST = test_stream_local.conf 28EXTRA_DIST = test_stream_local.conf
29 29
30if ENABLE_TEST_RUN 30if ENABLE_TEST_RUN
31TESTS = \ 31TESTS = \
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
36 36
37test_stream_2peers_SOURCES = \ 37test_stream_2peers_SOURCES = \