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

pull/167/head^2
Graham Welch 10 years ago
parent e42d392d72
commit 0eb09aec23

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