tail/Makefile

12 lines
149 B
Makefile
Raw Normal View History

default: test
test: *.go
2013-01-08 04:56:25 +08:00
go test -v
fmt:
go fmt .
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:
sudo docker build -t ActiveState/tail .