From 015b43f969d0dc882e323a2289af02d9a95715e2 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Thu, 26 Sep 2013 14:32:47 +0200 Subject: [PATCH] Updated CMake project for test_issue_566 --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0c79006..106d1123 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -610,14 +610,15 @@ set(tests test_sub_forward test_term_endpoint test_timeo - test_inproc_connect) + test_inproc_connect + test_issue_566) if(NOT WIN32) list(APPEND tests test_monitor test_pair_ipc test_reqrep_ipc test_stream) -endif() +endif() foreach(test ${tests}) add_executable(${test} tests/${test}.cpp)