Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Sep 20, 2024
1 parent 8163b20 commit 52a8724
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions cmake/PFL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ endfunction()

function(pfl_catch_discover_tests TARGET)
_pfl_get_real_target(TARGET "${TARGET}" ALIASED_TARGET)
message(STATUS "CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
include(Catch)
catch_discover_tests("${TARGET}")
endfunction()
1 change: 0 additions & 1 deletion tests/errors-unit-tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ pfl_add_executable(
COMPILE_OPTIONS
${compile_options})

message(STATUS "CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}")
pfl_catch_discover_tests(errors::errors::errors-unit-tests)

0 comments on commit 52a8724

Please sign in to comment.