Make builds fail when the tests fail

This commit is contained in:
2016-03-27 12:23:49 -07:00
parent d9a31feaa5
commit 66dfc55616
2 changed files with 3 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ run: boot.img
.PHONY: test
test:
cd tests && make clean && ../dependencies/bin/shunit.sh -f $(TEST_FORMAT) -t test.sh
cd tests && make clean && ../dependencies/bin/shunit.sh -f $(TEST_FORMAT) -t test.sh ; exit $$?
.PHONY: clean
clean: