From 1b4a9012c540309ebe26b6ffff80ad44f15530d9 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 29 Mar 2014 15:56:20 -0500 Subject: PS: minimal step1_read_print --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2bfa3c4..d38e2d5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAL_IMPL = js # Settings # -IMPLS = bash c clojure java js make php python mal +IMPLS = bash c clojure java js make php python ps mal step0 = step0_repl step1 = step1_read_print @@ -38,6 +38,7 @@ js_STEP_TO_PROG = js/$($(1)).js make_STEP_TO_PROG = make/$($(1)).mk php_STEP_TO_PROG = php/$($(1)).php python_STEP_TO_PROG = python/$($(1)).py +ps_STEP_TO_PROG = ps/$($(1)).ps mal_STEP_TO_PROG = mal/$($(1)).mal @@ -49,6 +50,7 @@ js_RUNTEST = ../runtest.py $(4) ../$(1) -- node ../$(2) $(5) make_RUNTEST = ../runtest.py $(4) ../$(1) -- make -f ../$(2) $(5) php_RUNTEST = ../runtest.py $(4) ../$(1) -- php ../$(2) $(5) python_RUNTEST = ../runtest.py $(4) ../$(1) -- python ../$(2) $(5) +ps_RUNTEST = ../runtest.py $(4) ../$(1) -- gs -q -dNODISPLAY ../$(2) $(5) mal_RUNTEST = $(call $(MAL_IMPL)_RUNTEST,$(1),$(call $(MAL_IMPL)_STEP_TO_PROG,stepA),stepA,--start-timeout 30 --test-timeout 120,../$(2)) -- cgit v1.2.3