Sign in
cobalt
/
third_party
/
nvm
/
refs/heads/run_use_nvmrc
/
.
/
Makefile
blob: cb14573cae7465f4bb4c05cad58e1c42b215c081 [
file
] [
log
] [
blame
] [
edit
]
URCHIN
=
`which urchin`
SHELLS
=
sh bash dash ksh zsh
.
PHONY
:
$
(
SHELLS
)
test
fast
:
$
(
SHELLS
)
$
(
SHELLS
):
@printf
'\n\033[0;34m%s\033[0m\n'
"Running tests in $@"
@$@
$
(
URCHIN
)
-
f test
/
fast
test
:
fast
@$
(
URCHIN
)
-
f test
/
slow
default
:
test