Skip to content

Commit

Permalink
Update upstream to v1.12.0, and add catch2 v3 to tests (since v1.12.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
helmesjo committed Nov 20, 2023
1 parent c386a8e commit 9bcc10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spdlog-tests/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ email: [email protected]
package-email: [email protected]
depends: * build2 >= 0.14.0
depends: * bpkg >= 0.14.0
depends: catch2 ^3.3.2
2 changes: 1 addition & 1 deletion spdlog-tests/spdlog-tests/buildfile
Original file line number Diff line number Diff line change
@@ -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{**}

Expand Down

0 comments on commit 9bcc10e

Please sign in to comment.