We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caff0c1 commit b1896f4Copy full SHA for b1896f4
Makefile
@@ -2,8 +2,8 @@ F=
2
zig ?= zig
3
.PHONY: t
4
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
+ TEST_FILTER='${F}' '${zig}' build test -Dtsan=true -Dforce_blocking=false -freference-trace --summary all
+ TEST_FILTER='${F}' '${zig}' build test -Dtsan=true -Dforce_blocking=true -freference-trace --summary all
7
8
.PHONY: tn
9
tn:
0 commit comments