From 36d7bba3896825c7bd769af764eb28758c19298c Mon Sep 17 00:00:00 2001 From: Matt Connolly Date: Tue, 29 Oct 2013 20:50:52 +1000 Subject: [PATCH] Adding source for test_stream_empty --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 170696b5..e9438ccd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -71,6 +71,7 @@ test_router_mandatory_SOURCES = test_router_mandatory.cpp test_router_raw_empty_SOURCES = test_router_raw_empty.cpp test_probe_router_SOURCES = test_probe_router.cpp test_stream_SOURCES = test_stream.cpp +test_stream_empty_SOURCES = test_stream_empty.cpp test_disconnect_inproc_SOURCES = test_disconnect_inproc.cpp test_ctx_options_SOURCES = test_ctx_options.cpp test_iov_SOURCES = test_iov.cpp