-use underscores for testcase names
authorChristian Grothoff <christian@grothoff.org>
Wed, 13 Jun 2012 22:04:47 +0000 (22:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 13 Jun 2012 22:04:47 +0000 (22:04 +0000)
src/stream/Makefile.am

index c3546358e0fddb3f27664d144d13245c5f4b5521..3f535ceee94c0427208ed98765f8e54f0c5df58f 100644 (file)
@@ -20,18 +20,18 @@ libgnunetstream_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)
 
 check_PROGRAMS = \
- test-stream-2peers \
- test-stream-2peers_halfclose \
- test-stream-local \
- test-stream-big
+ test_stream_2peers \
+ test_stream_2peers_halfclose \
+ test_stream_local \
+ test_stream_big
 
 EXTRA_DIST = test_stream_local.conf
 
 if ENABLE_TEST_RUN
 TESTS = \
- test-stream-2peers \
- test-stream-2peers_halfclose \
- test-stream-local
+ test_stream_2peers \
+ test_stream_2peers_halfclose \
+ test_stream_local
 endif
 
 test_stream_2peers_SOURCES = \