Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Suppress AUnit leaks
Browse files Browse the repository at this point in the history
ref #24
  • Loading branch information
jklmnn committed Dec 3, 2021
1 parent b018400 commit 107e2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GCOVR_OPTS = \
--exclude 'contrib/*'

test: build obj/tests/tests
@obj/tests/tests
@ASAN_OPTIONS=detect_leak=1 LSAN_OPTIONS=suppressions=tests/asan_suppression.txt obj/tests/tests
@gcovr . $(GCOVR_OPTS)

z3/z3/build/Makefile:
Expand Down
1 change: 1 addition & 0 deletions tests/asan_suppression.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
leak:aunit-run.adb

0 comments on commit 107e2dc

Please sign in to comment.