-added test_stream_local.c to standard checks
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 25 Apr 2012 09:41:52 +0000 (09:41 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 25 Apr 2012 09:41:52 +0000 (09:41 +0000)
src/stream/Makefile.am
src/stream/test_stream_2peers_halfclose.c

index 2fe70913ee479ee05ade0c04273d15983062cca5..8f83bf08f60b00d6e4d02268041d4f0c61583cd1 100644 (file)
@@ -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 = \
index abec3d60eb51bdd33bd70bbe5d0c736ce5ac6531..227fbd31338bf6f520b1f6283c02b894eea1cfe3 100644 (file)
@@ -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)
   {