Skip to content
Snippets Groups Projects
Verified Commit 05c308c8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: pipeline

parent 5cfd3476
No related branches found
No related tags found
No related merge requests found
Pipeline #9666 failed
[requires]
libcaosdb/0.0.2
caosdb/0.0.2
gtest/1.11.0
boost/1.76.0
[generators]
cmake
......@@ -37,6 +37,7 @@ foreach (i RANGE "${len_test_cases}")
list(GET test_cases ${i} test_case_name)
add_executable(${test_case_name} ${test_case_name}.cpp)
target_link_libraries(${test_case_name} PRIVATE ${CONAN_LIBS})
target_include_directories(${test_case_name} PUBLIC ${CONAN_INCLUDE_DIRS})
set_target_properties(${test_case_name} PROPERTIES CXX_CLANG_TIDY "")
gtest_discover_tests(${test_case_name}
PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment