From: Lizzy Fleckenstein Date: Mon, 19 Dec 2022 15:06:41 +0000 (+0100) Subject: Tests: add address sanitizer X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=7408e0d57f3f980e08bde3c0b36fc483bf4f2e0a;p=dragonstd.git Tests: add address sanitizer --- diff --git a/dragonstd/test/Makefile b/dragonstd/test/Makefile index 2de1f9a..aae6ac4 100644 --- a/dragonstd/test/Makefile +++ b/dragonstd/test/Makefile @@ -1,4 +1,4 @@ -CC=cc -g -Wall -Wextra -Werror -fmax-errors=1 +CC=cc -g -Wall -Wextra -Werror -fmax-errors=1 -fsanitize=address TEST=valgrind --leak-check=full --show-leak-kinds=all --quiet run: test_array test_list test_tree test_queue test_flag test_refcount_map