From cb2ee7a5c21d50289ffc82a5417c6e39999e25e7 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sat, 27 Apr 2013 14:52:19 +0200 Subject: [PATCH] Fixed up test_iov case --- .gitignore | 1 + tests/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 23d16f9b..87a432a6 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ tests/test_disconnect_inproc tests/test_raw_sock tests/test_disconnect_inproc tests/test_ctx_options +tests/test_iov src/platform.hpp* src/stamp-h1 perf/local_lat diff --git a/tests/Makefile.am b/tests/Makefile.am index 139d78d6..87911257 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -21,7 +21,7 @@ noinst_PROGRAMS = test_pair_inproc \ test_raw_sock \ test_disconnect_inproc \ test_ctx_options \ - test_iov + test_iov if !ON_MINGW noinst_PROGRAMS += test_shutdown_stress \ @@ -48,6 +48,7 @@ test_router_mandatory_SOURCES = test_router_mandatory.cpp test_raw_sock_SOURCES = test_raw_sock.cpp test_disconnect_inproc_SOURCES = test_disconnect_inproc.cpp test_ctx_options_SOURCES = test_ctx_options.cpp +test_iov_SOURCES = test_iov.cpp if !ON_MINGW test_shutdown_stress_SOURCES = test_shutdown_stress.cpp test_pair_ipc_SOURCES = test_pair_ipc.cpp testutil.hpp