Skip to content

Commit

Permalink
fix(tests/CMakeLists.txt): add missing include(doctest)
Browse files Browse the repository at this point in the history
The public API of `doctest_discover_tests()` requires to do so.
  • Loading branch information
leha-bot committed Sep 19, 2023
1 parent 8693f4b commit d9f04ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
enable_testing()
find_package(doctest REQUIRED)

include(doctest)

add_executable(lbstd_version_tests test.cpp)
target_link_libraries(lbstd_version_tests doctest::doctest lbstd_version)

Expand Down

0 comments on commit d9f04ca

Please sign in to comment.