diff --git a/expandybird/Makefile b/expandybird/Makefile index eb6ecc41a..db14d008c 100644 --- a/expandybird/Makefile +++ b/expandybird/Makefile @@ -27,6 +27,12 @@ expandybird: go get -v ./... go install -v ./... +test: + python expansion/expansion_test.py && \ + python expansion/schema_validation_test.py && \ + python expansion/references_test.py + + clean: -docker rmi $(PREFIX)/$(IMAGE):$(TAG) rm -f expandybird