summaryrefslogtreecommitdiff
path: root/test/GNUmakefile
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2025-11-20 17:45:28 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2025-11-20 17:45:28 +0100
commit4c4aea6abd680b62132ead1c9cc943e3e489271d (patch)
tree2511d4f1ba5bf2d1288cd131a07b2c3dca9fd709 /test/GNUmakefile
parent64e29a2371a562c6306763220ce69d90032c2015 (diff)
enable _GLIBCXX_ASSERTIONS for sanitizer tests
Diffstat (limited to 'test/GNUmakefile')
-rw-r--r--test/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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)