handle statement import of proto file

This commit is contained in:
jhayotte
2017-05-01 23:55:55 +02:00
parent c73a4b8c46
commit 91ebb6e521
9 changed files with 266 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ install:
.PHONY: test
test: build
cd examples/import && make
cd examples/dummy && make
cd examples/flow && make
cd examples/concat && make