X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/4e1fa5cd8519f2de9bd504e03c0d6394b104692a..HEAD:/testsuite.at diff --git a/testsuite.at b/testsuite.at index 885c2ac..c67a28e 100644 --- a/testsuite.at +++ b/testsuite.at @@ -18,5 +18,10 @@ AT_COLOR_TESTS AT_TESTED([slotifier]) +m4_divert_push([PREPARE_TESTS])dnl +: "${ASAN_OPTIONS=detect_leaks=0}" +export ASAN_OPTIONS +m4_divert_pop([PREPARE_TESTS]) + m4_include([tests/simple.at]) m4_include([tests/misc.at])