F=

.PHONY: t
t:
	TEST_FILTER="${F}" zig build test -freference-trace --summary all
