From f45b71222c4c3529122dc376425d1fd76bdcdc50 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 13 Jun 2012 22:04:47 +0000 Subject: [PATCH] -use underscores for testcase names --- src/stream/Makefile.am | 14 +++++++------- 1 file 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 = \ $(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 = \ -- 2.25.1