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 = \
{
int ret;
- char *argv2[] = { "test-stream-local",
+ char *argv2[] = { "test-stream-2peers-halfclose",
"-L", "DEBUG",
"-c", "test_stream_local.conf",
NULL};
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)
{