'make test' now runs expansion, schema_validation, and references unit tests.

pull/167/head^2^2
Graham Welch 10 years ago
parent 2ca729923a
commit 47b235c243

@ -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

Loading…
Cancel
Save