From a05f7822b10ed4cdd61ed8384299a003baf1c1c6 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 16 Apr 2014 22:42:17 -0500 Subject: Python: metadata on builtin funcs. Support python3. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb443d9..e986df4 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ MAL_IMPL = js +PYTHON = python + # # Settings # @@ -54,7 +56,7 @@ 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)" -python_RUNTEST = ../runtest.py $(4) ../$(1) -- python ../$(2) $(5) +python_RUNTEST = ../runtest.py $(4) ../$(1) -- $(PYTHON) ../$(2) $(5) ruby_RUNTEST = ../runtest.py $(4) ../$(1) -- ruby ../$(2) $(5) -- cgit v1.2.3