From 05af9d06f79f2c69fae8b7d6490680a330e39f9a Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 17 Apr 2012 20:17:56 +0000 Subject: [PATCH] -test cases renaming --- src/stream/Makefile.am | 16 ++++++++-------- ...{test_stream_local.c => test_stream_2peers.c} | 4 ++-- ...alfclose.c => test_stream_2peers_halfclose.c} | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) rename src/stream/{test_stream_local.c => test_stream_2peers.c} (99%) rename src/stream/{test_stream_local_halfclose.c => test_stream_2peers_halfclose.c} (99%) diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am index 6116937c5..a097b9881 100644 --- a/src/stream/Makefile.am +++ b/src/stream/Makefile.am @@ -20,8 +20,8 @@ libgnunetstream_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) check_PROGRAMS = \ - test_stream_local \ - test_stream_local_halfclose + test_stream_2peers \ + test_stream_2peers_halfclose EXTRA_DIST = test_stream_local.conf @@ -29,17 +29,17 @@ if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) endif -test_stream_local_SOURCES = \ - test_stream_local.c -test_stream_local_LDADD = \ +test_stream_2peers_SOURCES = \ + test_stream_2peers.c +test_stream_2peers_LDADD = \ $(top_builddir)/src/stream/libgnunetstream.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la -test_stream_local_halfclose_SOURCES = \ - test_stream_local_halfclose.c -test_stream_local_halfclose_LDADD = \ +test_stream_2peers_halfclose_SOURCES = \ + test_stream_2peers_halfclose.c +test_stream_2peers_halfclose_LDADD = \ $(top_builddir)/src/stream/libgnunetstream.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/testing/libgnunettesting.la diff --git a/src/stream/test_stream_local.c b/src/stream/test_stream_2peers.c similarity index 99% rename from src/stream/test_stream_local.c rename to src/stream/test_stream_2peers.c index 125873acf..bca0e595c 100644 --- a/src/stream/test_stream_local.c +++ b/src/stream/test_stream_2peers.c @@ -19,8 +19,8 @@ */ /** - * @file stream/test_stream_local.c - * @brief Stream API testing between local peers + * @file stream/test_stream_2peers.c + * @brief Stream API testing between 2 peers using testing API * @author Sree Harsha Totakura */ diff --git a/src/stream/test_stream_local_halfclose.c b/src/stream/test_stream_2peers_halfclose.c similarity index 99% rename from src/stream/test_stream_local_halfclose.c rename to src/stream/test_stream_2peers_halfclose.c index a9d794800..abec3d60e 100644 --- a/src/stream/test_stream_local_halfclose.c +++ b/src/stream/test_stream_2peers_halfclose.c @@ -19,8 +19,8 @@ */ /** - * @file stream/test_stream_local.c - * @brief Testcases for Stream API halfclosed connections + * @file stream/test_stream_2peers_halfclose.c + * @brief Testcases for Stream API halfclosed connections between 2 peers * @author Sree Harsha Totakura */ -- 2.25.1