Skip to content

Commit b1896f4

Browse files
committed
'make t' uses thread sanitizer
1 parent caff0c1 commit b1896f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ F=
22
zig ?= zig
33
.PHONY: t
44
t:
5-
TEST_FILTER='${F}' '${zig}' build test -Dforce_blocking=false -freference-trace --summary all
6-
TEST_FILTER='${F}' '${zig}' build test -Dforce_blocking=true -freference-trace --summary all
5+
TEST_FILTER='${F}' '${zig}' build test -Dtsan=true -Dforce_blocking=false -freference-trace --summary all
6+
TEST_FILTER='${F}' '${zig}' build test -Dtsan=true -Dforce_blocking=true -freference-trace --summary all
77

88
.PHONY: tn
99
tn:

0 commit comments

Comments
 (0)