tail/Makefile

12 lines
149 B
Makefile

default: test
test: *.go
go test -v
fmt:
go fmt .
# Run the test in an isolated environment.
fulltest:
sudo docker build -t ActiveState/tail .