Skip to content

Commit

Permalink
wip: add suppresion file
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-go committed Feb 21, 2024
1 parent 3793f76 commit 1334916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lint: .always
$(CMAKE) --build ./build --config $(PRESET) --target clang_tidy

test: .always
$(CMAKE) -E env UBSAN_OPTIONS=print_stacktrace=1 \
$(CMAKE) -E env UBSAN_OPTIONS=suppressions=../../../sanitizer-ignorelist.txt,print_stacktrace=1 \
$(CTEST) --test-dir ./build --build-config $(PRESET) \
--output-on-failure --progress --parallel

Expand Down
2 changes: 2 additions & 0 deletions sanitizer-ignorelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shift-base:hash.h
shift-exponent:hash.h

0 comments on commit 1334916

Please sign in to comment.