diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:07:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:07:23 +0200 |
| commit | 7f9ad6933df8f498d240858bf32872a7c5568ade (patch) | |
| tree | 89f72230c0da663539030f79d6d904b63aaed5e1 /conanfile.py | |
| parent | b0003d8680669ac7c3b0ca202f9d7442d57ad42e (diff) | |
| download | wanda-7f9ad6933df8f498d240858bf32872a7c5568ade.tar.xz wanda-7f9ad6933df8f498d240858bf32872a7c5568ade.zip | |
conan: enable tests during build
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 956c5bf..ea6ba33 100644 --- a/conanfile.py +++ b/conanfile.py @@ -42,6 +42,7 @@ class Wanda(ConanFile): cmake = CMake(self) cmake.configure() cmake.build() + cmake.test(env="CTEST_OUTPUT_ON_FAILURE=1") def configure(self): self.options["boost"].header_only = True |
