ci(windows): optionally test windows with ASAN

Add the label `ci:windows-asan` to enable it.
This commit is contained in:
dundargoc
2024-03-03 12:01:37 +01:00
committed by dundargoc
parent ca6dbf3558
commit d3e51603bc
5 changed files with 83 additions and 60 deletions

View File

@@ -14,7 +14,9 @@
#include <string.h>
#ifdef ENABLE_ASAN_UBSAN
# include <sanitizer/asan_interface.h>
# include <sanitizer/ubsan_interface.h>
# ifndef MSWIN
# include <sanitizer/ubsan_interface.h>
# endif
#endif
#include "auto/config.h" // IWYU pragma: keep