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:
parent
c9a111946e
commit
46165982b1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue