aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-tests b/test/run-tests
index 2562a32..f8554c0 100755
--- a/test/run-tests
+++ b/test/run-tests
@@ -16,6 +16,7 @@ readonly FLAGS='
-Wall -Wextra -Wpedantic
-Wno-pointer-sign
-Wno-attributes
+ -fsanitize=address,undefined
'
(cd ..; ./make)