From: Christian Grothoff Date: Wed, 13 Jun 2012 22:04:47 +0000 (+0000) Subject: -use underscores for testcase names X-Git-Tag: initial-import-from-subversion-38251~13081 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f45b71222c4c3529122dc376425d1fd76bdcdc50;p=oweals%2Fgnunet.git -use underscores for testcase names --- 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 = \ $(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 = \