Skip to content
Snippets Groups Projects
Commit 9b2c5094 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

exclude mongodb from coverage

parent e0d1d4c5
Branches
Tags
No related merge requests found
......@@ -27,5 +27,5 @@ set(TEST_SOURCE_FILES ../../unittests/database/test_encoding.cpp)
set(TEST_LIBRARIES "${TARGET_NAME}")
include_directories(${ASAPO_CXX_COMMON_INCLUDE_DIR})
gtest(${TARGET_NAME} "${TEST_SOURCE_FILES}" "${TEST_LIBRARIES}" "*/database/*")
gtest(${TARGET_NAME} "${TEST_SOURCE_FILES}" "${TEST_LIBRARIES}" "*/mongodb_client.cpp/*")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment