redox/recipes/wip/tests/catch2/recipe.toml
2026-03-22 16:39:33 -03:00

12 lines
239 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/catchorg/Catch2"
rev = "v3.13.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DCATCH_INSTALL_DOCS=OFF",
"-DCATCH_ENABLE_REPRODUCIBLE_BUILD=OFF",
]