aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-29 15:56:20 -0500
committerJoel Martin <github@martintribe.org>2014-03-29 15:56:20 -0500
commit1b4a9012c540309ebe26b6ffff80ad44f15530d9 (patch)
treeda344787d4434ad5ebdae976958a5c5537ea601d /Makefile
parent60154d24a87ed9f3fa315870a32590a371e309d3 (diff)
downloadmal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.tar.gz
mal-1b4a9012c540309ebe26b6ffff80ad44f15530d9.zip
PS: minimal step1_read_print
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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))