Add --enable-sanitizers, fix `make check` with it
authorColin Walters <walters@verbum.org>
Wed, 3 Feb 2021 14:48:49 +0000 (14:48 +0000)
committerColin Walters <walters@verbum.org>
Wed, 3 Feb 2021 20:33:19 +0000 (20:33 +0000)
commitd49f3291adb4494d28cbbdf9c05c3e6f21936754
tree7f6406a06c14e1e9de735fc9344de629fe5abe57
parent0485817978f699cee76ee408d361c8e739ff57c8
Add --enable-sanitizers, fix `make check` with it

It's cleaner if this is an build option rather than being
kludged into the CI layer.

Notably we can't use `LD_PRELOAD` anymore with ASAN, so update
our tests to check for `ASAN_OPTIONS`.
ci/build-check-sanitized.sh
configure.ac
tests/libtest.sh