make test now tests the go-kit example

This commit is contained in:
Manfred Touron
2016-12-13 17:21:15 +01:00
parent 8b771ff4c7
commit dbd5ed55a4
2 changed files with 4 additions and 3 deletions

View File

@@ -9,3 +9,4 @@ install:
.PHONY: test
test: build
cd examples/dummy && make
cd examples/go-kit && make