diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-04-19 14:48:48 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-04-19 14:48:48 +0200 |
| commit | 20f3d98d637c5992c53f19590c15fa923f4eedcd (patch) | |
| tree | 76842f0252e4179d47d5c33bd0338cbcd479fe71 /tests/CMakeLists.txt | |
| parent | 0e6de99821d2262ada8e277fba1eb6059858ea41 (diff) | |
| download | kazbek-20f3d98d637c5992c53f19590c15fa923f4eedcd.tar.gz | |
Move katja into a separate repository
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt deleted file mode 100644 index 33ddc98..0000000 --- a/tests/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -find_package(Boost CONFIG COMPONENTS unit_test_framework REQUIRED) - -file(GLOB KATJA_TEST_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) - -foreach(test_source ${KATJA_TEST_SOURCES}) - get_filename_component(test_name ${test_source} NAME_WE) - set(tester ${test_name}-tester) - - add_executable(${tester} ${test_source}) - - target_compile_definitions(${tester} PRIVATE "BOOST_TEST_DYN_LINK=1") - target_link_libraries(${tester} LINK_PRIVATE katja Boost::unit_test_framework) - - add_test(NAME ${test_name} COMMAND ${tester}) -endforeach() |
