add helper getEnumValue

This commit is contained in:
jhayotte
2017-05-12 20:46:18 +02:00
parent c750f5de81
commit e1486970f7
7 changed files with 55 additions and 2 deletions

View File

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