diff --git a/spdlog-tests/manifest b/spdlog-tests/manifest index ace7c0b..7a8501a 100644 --- a/spdlog-tests/manifest +++ b/spdlog-tests/manifest @@ -13,3 +13,4 @@ email: gmelman1@gmail.com package-email: wmbat-dev@protonmail.com depends: * build2 >= 0.14.0 depends: * bpkg >= 0.14.0 +depends: catch2 ^3.3.2 diff --git a/spdlog-tests/spdlog-tests/buildfile b/spdlog-tests/spdlog-tests/buildfile index d1f8a4a..afcd2d1 100644 --- a/spdlog-tests/spdlog-tests/buildfile +++ b/spdlog-tests/spdlog-tests/buildfile @@ -1,4 +1,4 @@ -import libs = spdlog%lib{spdlog} +import libs = spdlog%lib{spdlog} catch2%liba{catch2wmain} exe{driver}: tests_src/{cxx hxx}{** -test_systemd -test_misc} tests_src/hxx{*.hpp} $libs testscript{**}