split tests by shell

This commit is contained in:
Koen Punt
2014-05-09 16:23:14 +02:00
parent db8acf11fd
commit 79203ba5d0
2 changed files with 12 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
URCHIN=`which urchin`
SHELLS=sh bash dash ksh zsh
.PHONY: $(SHELLS) test
.PHONY: $(SHELLS) test test_shell
fast: $(SHELLS)
@@ -12,5 +12,8 @@ $(SHELLS):
test: fast
@$(URCHIN) -f test/slow
test_shell:
@$(SHELL) $(URCHIN) -f test/$(TEST_SUITE)
default: test