From 331adf8e48eef4023c7d0c658ac76a6de71aceb1 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 25 Apr 2012 09:41:52 +0000 Subject: [PATCH] -added test_stream_local.c to standard checks --- src/stream/Makefile.am | 3 +-- src/stream/test_stream_2peers_halfclose.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/stream/Makefile.am b/src/stream/Makefile.am index 2fe70913e..8f83bf08f 100644 --- a/src/stream/Makefile.am +++ b/src/stream/Makefile.am @@ -27,8 +27,7 @@ check_PROGRAMS = \ EXTRA_DIST = test_stream_local.conf if ENABLE_TEST_RUN -TESTS = test_stream_2peers \ - test_stream_2peers_halfclose +TESTS = $(check_PROGRAMS) endif test_stream_2peers_SOURCES = \ diff --git a/src/stream/test_stream_2peers_halfclose.c b/src/stream/test_stream_2peers_halfclose.c index abec3d60e..227fbd313 100644 --- a/src/stream/test_stream_2peers_halfclose.c +++ b/src/stream/test_stream_2peers_halfclose.c @@ -754,7 +754,7 @@ int main (int argc, char **argv) { int ret; - char *argv2[] = { "test-stream-local", + char *argv2[] = { "test-stream-2peers-halfclose", "-L", "DEBUG", "-c", "test_stream_local.conf", NULL}; @@ -765,7 +765,7 @@ int main (int argc, char **argv) ret = GNUNET_PROGRAM_run ((sizeof (argv2) / sizeof (char *)) - 1, argv2, - "test-stream-local", "nohelp", options, &run, NULL); + "test-stream-2peers-halfclose", "nohelp", options, &run, NULL); if (GNUNET_OK != ret) { -- 2.25.1