Add some tests

This commit is contained in:
Martin Polden
2013-09-08 19:37:41 +02:00
parent f3ce17ff32
commit cd49f9dc52
2 changed files with 25 additions and 1 deletions

View File

@ -6,7 +6,10 @@ clean:
rm -f -- $(TARGET)
fmt:
gofmt -tabs=false -tabwidth=4 -w=true $(TARGET).go
gofmt -tabs=false -tabwidth=4 -w=true *.go
install:
go build $(TARGET).go
test:
go test