mirror of
https://github.com/Z3Prover/z3
synced 2025-06-11 00:23:25 +00:00
[TravisCI] Add ASan/LSan/UBSan suppression files and use them in
CI.
This commit is contained in:
parent
b63754e362
commit
64ee9f168d
11 changed files with 53 additions and 1 deletions
|
@ -21,6 +21,9 @@ source ${SCRIPT_DIR}/set_compiler_flags.sh
|
|||
# Set CMake generator args
|
||||
source ${SCRIPT_DIR}/set_generator_args.sh
|
||||
|
||||
# Sanitizer environment variables
|
||||
source ${SCRIPT_DIR}/sanitizer_env.sh
|
||||
|
||||
cd "${Z3_BUILD_DIR}"
|
||||
|
||||
# Build and run C example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue