From 3de290db350a72c143f4f1ff9122a21318a7c1c2 Mon Sep 17 00:00:00 2001 From: Leonardo de Moura Date: Thu, 13 Aug 2015 11:52:38 -0700 Subject: [PATCH] fix(tests/shared): include shared_test in the test suite --- src/tests/shared/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/shared/CMakeLists.txt b/src/tests/shared/CMakeLists.txt index 2a220d0c6..3fdbe9250 100644 --- a/src/tests/shared/CMakeLists.txt +++ b/src/tests/shared/CMakeLists.txt @@ -1,2 +1,3 @@ add_executable(shared_test shared.cpp) target_link_libraries(shared_test ${EXTRA_LIBS} leanshared) +add_test(shared_test "${CMAKE_CURRENT_BINARY_DIR}/shared_test")