Test Runner now supports running specific tests and choosing zsh bin

This commit is contained in:
Eric Freese
2016-03-15 09:03:57 -06:00
parent 87facd9b85
commit a28e72e84a
2 changed files with 35 additions and 10 deletions

View File

@@ -56,4 +56,4 @@ clean:
.PHONY: test
test: all $(TEST_PREREQS)
script/test_runner.zsh
script/test_runner.zsh $(TESTS)