Commit 60367c355b981c2b2e0e88ffc3261cca5dc4dd2d

Thomas de Grivel 2025-04-08T14:28:19

run test_asan on supported platforms

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index 47f95f1..7fd3c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -948,6 +948,7 @@ markdown_debug:
 
 test: build lib_links
 	${MAKE} -C test test
+	if ${HAVE_ASAN}; then ${MAKE} test_asan; fi
 
 test_asan: asan lib_links_asan
 	${MAKE} -C test test_asan