diff -r aa1f580f8f59 -r f76b70a72614 make/project.xml
--- a/make/project.xml Thu May 15 16:12:09 2025 +0200
+++ b/make/project.xml Thu May 22 15:48:00 2025 +0200
@@ -80,6 +80,11 @@
command -v gcovr
+
+ -fsanitize=address
+ -fsanitize=address
+
+
test -z "$FEATURE_COVERAGE"
@@ -87,14 +92,20 @@
doxygen
+ run Doxygen during build
# Documentation
WITH_API_DOCS=yes
+ test coverage with gcov
coverage
+
+ address sanitizer
+ asan
+
cxx
the check-cxx makefile target