mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
12 lines
148 B
Makefile
12 lines
148 B
Makefile
default: test
|
|
|
|
test: *.go
|
|
go test -v ./...
|
|
|
|
fmt:
|
|
gofmt -w .
|
|
|
|
# Run the test in an isolated environment.
|
|
fulltest:
|
|
docker build -t hpcloud/tail .
|