C-Blosc2: Fuzzer Tests (#42881)

The fuzzer tests are a bit flaky and have linker issues on
clang. We generally only should build them in testing.
This commit is contained in:
Axel Huebl
2024-02-27 20:08:33 -08:00
committed by GitHub
parent c9a111946e
commit 46165982b1

View File

@@ -69,6 +69,7 @@ def cmake_args(self):
self.define("BUILD_TESTS", self.run_tests),
self.define("BUILD_BENCHMARKS", self.run_tests),
self.define("BUILD_EXAMPLES", self.run_tests),
self.define("BUILD_FUZZERS", self.run_tests),
]
return args