From 47b235c243f7be52cc42753cd568c51647f08184 Mon Sep 17 00:00:00 2001 From: Graham Welch Date: Tue, 15 Dec 2015 16:38:51 -0800 Subject: [PATCH] 'make test' now runs expansion, schema_validation, and references unit tests. --- expandybird/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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