mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-07 02:26:51 +00:00
travis: Use ubsan (undefined behavior sanitizer) in a test run
Add another parallel test run that uses ubsan. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
b8e0cbd299
commit
eaf2a1db22
@ -69,3 +69,8 @@ matrix:
|
||||
before_script:
|
||||
# Tspi_NV_WriteValue has an I/O error when using asan
|
||||
- echo -e '#!/usr/bin/env bash\nexit 0' > tests/test_parameters
|
||||
- env: CFLAGS="-fsanitize=undefined -g -fno-omit-frame-pointer -fno-sanitize-recover"
|
||||
LIBS="-lubsan"
|
||||
CONFIG="--with-openssl --prefix=/usr"
|
||||
SUDO="sudo"
|
||||
CHECK="check"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user