call go test in test target

master
Oliver Tonnhofer 2013-10-28 08:42:10 +01:00
parent da9595d970
commit 089e4a3919
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ clean:
(cd test && make clean)
test:
go test imposm3/... -i
go test imposm3/...
(cd test && make test)
%.pb.go: %.proto