Skip to content

Commit

Permalink
test: asan check with proper
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Feb 19, 2024
1 parent 4499bca commit 10b6b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/asan/bin/sanitizer-check
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ if [ $# -eq 1 ]; then
escript "$REBAR3" do ct --suite=test/quicer_SUITE --case="$tc";
done
;;
proper)
escript "$REBAR3" as test proper
;;
esac
else
escript "$REBAR3" do ct $@
Expand Down

0 comments on commit 10b6b67

Please sign in to comment.