handle google.protobuf.timestamp

This commit is contained in:
jhayotte
2017-06-08 16:40:52 +02:00
parent 098b247649
commit d0c5bb5a97
6 changed files with 49 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ install:
.PHONY: test
test: install
cd examples/time && make
cd examples/enum && make
cd examples/import && make
cd examples/dummy && make