configure: Add an option to build with AddressSanitizer

This commit is contained in:
Tobias Brunner
2022-09-15 18:23:57 +02:00
parent c4563abc2e
commit 8a57c2ab52
3 changed files with 31 additions and 2 deletions
@@ -40,7 +40,7 @@ install-exec-local: dist/vici-$(PYTHON_PACKAGE_VERSION)-py$(PYTHON_VERSION).egg
endif
if USE_TOX
TESTS_ENVIRONMENT = export TOX=$(TOX);
TESTS_ENVIRONMENT += export TOX=$(TOX);
AM_TESTS_FD_REDIRECT = 1>&2
TESTS = tox.sh
endif