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

pull/167/head
Graham Welch 10 years ago
parent 0deefdc249
commit a5ed78ca81

@ -37,6 +37,12 @@ expandybird:
go get -v ./... go get -v ./...
go install -v ./... go install -v ./...
test:
python expansion/expansion_test.py && \
python expansion/schema_validation_test.py && \
python expansion/references_test.py
clean: clean:
-docker rmi $(PREFIX)/$(IMAGE):$(TAG) -docker rmi $(PREFIX)/$(IMAGE):$(TAG)
rm -f expandybird rm -f expandybird

Loading…
Cancel
Save