diff --git a/Makefile b/Makefile index f1311c4..439a662 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: rm -f imposm3 (cd test && make clean) -test: imposm3 +test: imposm3 system-test-files $(GO) test ./... -i $(GO) test ./... @@ -45,6 +45,9 @@ test-unit: imposm3 test-system: imposm3 (cd test && make test) +system-test-files: + (cd test && make files) + %.pb.go: %.proto protoc --go_out=. $^