From 70b6516d96c240a6c131cf201538881bd1bc3c9b Mon Sep 17 00:00:00 2001 From: Daniel Shih Date: Sun, 11 May 2014 23:46:51 +0800 Subject: [PATCH] add untracked test_stream_timeout into .gitignore and tests/Makefile.am --- .gitignore | 1 + tests/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6efc1c26..9356d7db 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ tools/curve_keygen tests/test_resource tests/test_ipc_wildcard tests/test_stream_empty +tests/test_stream_timeout tests/test_issue_566 tests/test_ctx_destroy tests/test_term_endpoint diff --git a/tests/Makefile.am b/tests/Makefile.am index 1e84f627..c0bcae1e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -95,6 +95,7 @@ test_router_handover_SOURCES = test_router_handover.cpp test_probe_router_SOURCES = test_probe_router.cpp test_stream_SOURCES = test_stream.cpp test_stream_empty_SOURCES = test_stream_empty.cpp +test_stream_timeout_SOURCES = test_stream_timeout.cpp test_stream_disconnect_SOURCES = test_stream_disconnect.cpp test_disconnect_inproc_SOURCES = test_disconnect_inproc.cpp test_ctx_options_SOURCES = test_ctx_options.cpp