summaryrefslogtreecommitdiff
path: root/vendor/github.com/hpcloud/tail/Makefile
blob: 6591b24fc11d4a7077e25ebec116bfcc1523cb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
default:	test

test:	*.go
	go test -v -race ./...

fmt:
	gofmt -w .

# Run the test in an isolated environment.
fulltest:
	docker build -t hpcloud/tail .