land/cmd/land/Tupfile

5 lines
144 B
Plaintext

include_rules
: *_test.go | testdata/*.wasm |> vgo test -v -cover -race -o %o |> ../../bin/%d.test
: *.go |> vgo build -o %o |> ../../bin/land