]> git.draconx.ca Git - slotifier.git/blobdiff - testsuite.at
Trivial manual fixes.
[slotifier.git] / testsuite.at
index d7e6a2bb02fc3b7a8eb01373e653a738ebca31c5..c67a28e84cae594ef41cda90ae6545921751990f 100644 (file)
@@ -1,4 +1,4 @@
-AT_COPYRIGHT([Copyright © 2018 Nick Bowler])
+AT_COPYRIGHT([Copyright © 2018, 2021 Nick Bowler])
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,4 +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])