summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorValeriy Kopylov <valery.kopylov@akvelon.com>2014-07-03 14:46:19 +0400
committerValeriy Kopylov <valery.kopylov@akvelon.com>2014-07-03 14:46:19 +0400
commit311ad4fc0e8600b9461fc5589651d71079661cd6 (patch)
treec1cdd5674d704c8c1420cacf27c986e6dbf9a29d /projects
parent9a8997b00f114d7a8ed79bd1796599e083a83992 (diff)
downloadRxCpp-311ad4fc0e8600b9461fc5589651d71079661cd6.tar.gz
Move tests for take_until to separate file
Diffstat (limited to 'projects')
-rw-r--r--projects/CMake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt
index 332b3e9..684fcb1 100644
--- a/projects/CMake/CMakeLists.txt
+++ b/projects/CMake/CMakeLists.txt
@@ -52,6 +52,7 @@ set(TEST_SOURCES
${TEST_DIR}/operators/skip.cpp
${TEST_DIR}/operators/switch_on_next.cpp
${TEST_DIR}/operators/take.cpp
+ ${TEST_DIR}/operators/take_until.cpp
)
add_executable(rxcppv2_test ${TEST_SOURCES})
TARGET_LINK_LIBRARIES(rxcppv2_test ${CMAKE_THREAD_LIBS_INIT})