2012-10-13 05:32:04 +08:00
|
|
|
default: test
|
|
|
|
|
|
|
|
test: *.go
|
2014-04-30 10:55:54 +08:00
|
|
|
go test -v ./...
|
2012-10-14 02:44:47 +08:00
|
|
|
|
|
|
|
fmt:
|
2013-11-14 09:38:23 +08:00
|
|
|
gofmt -w .
|
2013-09-09 11:04:39 +08:00
|
|
|
|
2013-09-09 11:20:08 +08:00
|
|
|
# Run the test in an isolated environment.
|
2013-09-09 11:04:39 +08:00
|
|
|
fulltest:
|
2015-06-29 11:15:57 +08:00
|
|
|
docker build -t activestate/tail .
|