diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 03:09:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-09 03:09:53 +0200 |
commit | 99b1b6e74b9ded856466eccb998c762a3a7f1f45 (patch) | |
tree | 50ac470fd46416b99c8d5788f4b02bb0a12daa58 /test/run-tests | |
parent | 085b77730a553ce9769fcc76b68772dbde564004 (diff) |
Make the rest of the casemapping functions take custom allocators
Diffstat (limited to 'test/run-tests')
-rwxr-xr-x | test/run-tests | 1 |
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) |