land/cmd/land/Tupfile

5 lines
170 B
Plaintext

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