inits/modd.conf
2019-03-08 12:21:29 +11:00

7 lines
172 B
Plaintext

**/*.go layer/**/* test-vm update-test-data {
prep: go test ./pkg/... ./cmd/dkl
prep: CGO_ENABLED=0 go build ./cmd/dkl
prep: ./update-test-data
daemon: ./test-vm
}