mirror of
https://github.com/kanaka/mal.git
synced 2024-11-09 18:06:35 +03:00
PS: fix test invocation.
This commit is contained in:
parent
cce5977962
commit
166398b84f
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ js_RUNTEST = ../runtest.py $(4) ../$(1) -- node ../$(2) $(5)
|
||||
make_RUNTEST = ../runtest.py $(4) ../$(1) -- make -f ../$(2) $(5)
|
||||
mal_RUNTEST = $(call $(MAL_IMPL)_RUNTEST,$(1),$(call $(MAL_IMPL)_STEP_TO_PROG,stepA),stepA,--start-timeout 30 --test-timeout 120,../$(2))
|
||||
php_RUNTEST = ../runtest.py $(4) ../$(1) -- php ../$(2) $(5)
|
||||
ps_RUNTEST = ../runtest.py $(4) ../$(1) -- gs -q -dNODISPLAY ../$(2) $(5)
|
||||
ps_RUNTEST = ../runtest.py $(4) ../$(1) -- "gs -q -dNODISPLAY -- ../$(2) $(5)"
|
||||
python_RUNTEST = ../runtest.py $(4) ../$(1) -- python ../$(2) $(5)
|
||||
ruby_RUNTEST = ../runtest.py $(4) ../$(1) -- ruby ../$(2) $(5)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user