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

pull/167/head^2^2
Graham Welch 10 years ago
parent 91b96cd25a
commit 6132c7e0d3

@ -37,6 +37,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