diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 14:04:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 14:04:54 +0200 |
| commit | d49757887e4161e664fe30649c1c9f31a0338bdf (patch) | |
| tree | e6c818de87de35323e6a871e9990742f09ef2246 /conanfile.py | |
| parent | 6499fd8d84f7517286e741a4e9e94551fe2711b7 (diff) | |
| download | wanda-d49757887e4161e664fe30649c1c9f31a0338bdf.tar.xz wanda-d49757887e4161e664fe30649c1c9f31a0338bdf.zip | |
deps: add test dependency on catch2
Diffstat (limited to 'conanfile.py')
| -rw-r--r-- | conanfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py index 2aae993..956c5bf 100644 --- a/conanfile.py +++ b/conanfile.py @@ -35,6 +35,7 @@ class Wanda(ConanFile): "lyra/[~1.6]", "spdlog/[~1.12]", ) + test_requires = ("catch2/[>=3.4]",) tool_requires = ("cmake/[>=3.27]",) def build(self): |
