inits/modd.conf

7 lines
172 B
Plaintext
Raw Normal View History

2019-03-08 01:21:29 +00:00
**/*.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
}