Added shunit and cmdarg as dependencies

This commit is contained in:
2016-03-27 12:14:05 -07:00
parent 25e3b5c517
commit b74e9745cb
5 changed files with 744 additions and 1 deletions

View File

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