From 4c4aea6abd680b62132ead1c9cc943e3e489271d Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 20 Nov 2025 17:45:28 +0100 Subject: enable _GLIBCXX_ASSERTIONS for sanitizer tests --- test/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/GNUmakefile') diff --git a/test/GNUmakefile b/test/GNUmakefile index cc1b4f5..7aae024 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -3,7 +3,7 @@ TESTS = $(basename $(shell find . -path ./awk -prune -o -type f -name '*.cpp' -p AWK = $(basename $(shell find . -type f -name '*.awk')) CXX = g++ -std=gnu++20 -I awk/ -I ../content/ -O2 -Wall -Wextra -Wshadow -Werror SAN = -fsanitize=address,undefined -DSANITIZE -TIMEOUT = 300 +TIMEOUT = 5m test: $(TESTS:=.ok) $(TESTS:=.san.ok) -- cgit v1.2.3