aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-09 03:09:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-09 03:09:53 +0200
commit99b1b6e74b9ded856466eccb998c762a3a7f1f45 (patch)
tree50ac470fd46416b99c8d5788f4b02bb0a12daa58 /test/run-tests
parent085b77730a553ce9769fcc76b68772dbde564004 (diff)
Make the rest of the casemapping functions take custom allocators
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)