oops.
authorAnotherTest <ali.mpfard@gmail.com>
Thu, 20 Feb 2020 21:00:48 +0000 (00:30 +0330)
committerAnotherTest <ali.mpfard@gmail.com>
Sat, 23 May 2020 21:57:17 +0000 (02:27 +0430)
Makefile

index 8efff2f..85c4926 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,6 @@ mal_TEST_OPTS = --start-timeout 60 --test-timeout 180
 else ifeq ($(MAL_IMPL),powershell)
 mal_TEST_OPTS = --start-timeout 60 --test-timeout 180
 endif
-xslt_TEST_OPTS = --test-timeout=60
 
 
 #
@@ -184,91 +183,91 @@ scheme_STEP_TO_PROG_cyclone     = impls/scheme/$($(1))
 scheme_STEP_TO_PROG_foment      = impls/scheme/$($(1)).scm
 
 # Map of step (e.g. "step8") to executable file for that step
-ada_STEP_TO_PROG =     ada/$($(1))
-ada.2_STEP_TO_PROG =   ada.2/$($(1))
-awk_STEP_TO_PROG =     awk/$($(1)).awk
-bash_STEP_TO_PROG =    bash/$($(1)).sh
-basic_STEP_TO_PROG =   $(basic_STEP_TO_PROG_$(basic_MODE))
-bbc-basic_STEP_TO_PROG = bbc-basic/$($(1)).bas
-c_STEP_TO_PROG =       c/$($(1))
-chuck_STEP_TO_PROG =   chuck/$($(1)).ck
-clojure_STEP_TO_PROG = $(clojure_STEP_TO_PROG_$(clojure_MODE))
-coffee_STEP_TO_PROG =  coffee/$($(1)).coffee
-common-lisp_STEP_TO_PROG =  common-lisp/$($(1))
-cpp_STEP_TO_PROG =     cpp/$($(1))
-crystal_STEP_TO_PROG = crystal/$($(1))
-cs_STEP_TO_PROG =      cs/$($(1)).exe
-d_STEP_TO_PROG =       d/$($(1))
-dart_STEP_TO_PROG =    dart/$($(1)).dart
-elisp_STEP_TO_PROG =   elisp/$($(1)).el
-elixir_STEP_TO_PROG =  elixir/lib/mix/tasks/$($(1)).ex
-elm_STEP_TO_PROG =     elm/$($(1)).js
-erlang_STEP_TO_PROG =  erlang/$($(1))
-es6_STEP_TO_PROG =     es6/$($(1)).mjs
-factor_STEP_TO_PROG =  factor/$($(1))/$($(1)).factor
-fantom_STEP_TO_PROG =  fantom/lib/fan/$($(1)).pod
-forth_STEP_TO_PROG =   forth/$($(1)).fs
-fsharp_STEP_TO_PROG =  fsharp/$($(1)).exe
-go_STEP_TO_PROG =      go/$($(1))
-groovy_STEP_TO_PROG =  groovy/$($(1)).groovy
-gnu-smalltalk_STEP_TO_PROG = gnu-smalltalk/$($(1)).st
-guile_STEP_TO_PROG =   guile/$($(1)).scm
-haskell_STEP_TO_PROG = haskell/$($(1))
-haxe_STEP_TO_PROG =    $(haxe_STEP_TO_PROG_$(haxe_MODE))
-hy_STEP_TO_PROG =      hy/$($(1)).hy
-io_STEP_TO_PROG =      io/$($(1)).io
-java_STEP_TO_PROG =    java/target/classes/mal/$($(1)).class
-js_STEP_TO_PROG =      js/$($(1)).js
-jq_STEP_PROG =         jq/$($(1)).jq
-julia_STEP_TO_PROG =   julia/$($(1)).jl
-kotlin_STEP_TO_PROG =  kotlin/$($(1)).jar
-livescript_STEP_TO_PROG = livescript/$($(1)).js
-logo_STEP_TO_PROG =    logo/$($(1)).lg
-lua_STEP_TO_PROG =     lua/$($(1)).lua
-make_STEP_TO_PROG =    make/$($(1)).mk
-mal_STEP_TO_PROG =     mal/$($(1)).mal
-matlab_STEP_TO_PROG =  matlab/$($(1)).m
-miniMAL_STEP_TO_PROG = miniMAL/$($(1)).json
-nasm_STEP_TO_PROG =    nasm/$($(1))
-nim_STEP_TO_PROG =     nim/$($(1))
-objc_STEP_TO_PROG =    objc/$($(1))
-objpascal_STEP_TO_PROG = objpascal/$($(1))
-ocaml_STEP_TO_PROG =   ocaml/$($(1))
-perl_STEP_TO_PROG =    perl/$($(1)).pl
-perl6_STEP_TO_PROG =   perl6/$($(1)).pl
-php_STEP_TO_PROG =     php/$($(1)).php
-picolisp_STEP_TO_PROG = picolisp/$($(1)).l
-pike_STEP_TO_PROG =    pike/$($(1)).pike
-plpgsql_STEP_TO_PROG = plpgsql/$($(1)).sql
-plsql_STEP_TO_PROG =   plsql/$($(1)).sql
-powershell_STEP_TO_PROG =  powershell/$($(1)).ps1
-ps_STEP_TO_PROG =      ps/$($(1)).ps
-python_STEP_TO_PROG =  python/$($(1)).py
-python.2_STEP_TO_PROG = python.2/$($(1)).py
-r_STEP_TO_PROG =       r/$($(1)).r
-racket_STEP_TO_PROG =  racket/$($(1)).rkt
-rexx_STEP_TO_PROG =    rexx/$($(1)).rexxpp
-rpython_STEP_TO_PROG = rpython/$($(1))
-ruby_STEP_TO_PROG =    ruby/$($(1)).rb
-rust_STEP_TO_PROG =    rust/$($(1))
-scala_STEP_TO_PROG =   scala/target/scala-2.11/classes/$($(1)).class
-scheme_STEP_TO_PROG =  $(scheme_STEP_TO_PROG_$(scheme_MODE))
-skew_STEP_TO_PROG =    skew/$($(1)).js
-swift_STEP_TO_PROG =   swift/$($(1))
-swift3_STEP_TO_PROG =  swift3/$($(1))
-swift4_STEP_TO_PROG =  swift4/$($(1))
-swift5_STEP_TO_PROG =  swift5/$($(1))
-tcl_STEP_TO_PROG =     tcl/$($(1)).tcl
-ts_STEP_TO_PROG =      ts/$($(1)).js
-vala_STEP_TO_PROG =    vala/$($(1))
-vb_STEP_TO_PROG =      vb/$($(1)).exe
-vhdl_STEP_TO_PROG =    vhdl/$($(1))
-vimscript_STEP_TO_PROG = vimscript/$($(1)).vim
-wasm_STEP_TO_PROG =    wasm/$($(1)).$(if $(filter lucet,$(wasm_MODE)),so,wasm)
-wren_STEP_TO_PROG =    wren/$($(1)).wren
-yorick_STEP_TO_PROG =  yorick/$($(1)).i
-xslt_STEP_TO_PROG =     xslt/$($(1))
-zig_STEP_TO_PROG =     zig/$($(1))
+ada_STEP_TO_PROG =           impls/ada/$($(1))
+ada.2_STEP_TO_PROG =         impls/ada.2/$($(1))
+awk_STEP_TO_PROG =           impls/awk/$($(1)).awk
+bash_STEP_TO_PROG =          impls/bash/$($(1)).sh
+basic_STEP_TO_PROG =         $(basic_STEP_TO_PROG_$(basic_MODE))
+bbc-basic_STEP_TO_PROG =     impls/bbc-basic/$($(1)).bas
+c_STEP_TO_PROG =             impls/c/$($(1))
+chuck_STEP_TO_PROG =         impls/chuck/$($(1)).ck
+clojure_STEP_TO_PROG =       $(clojure_STEP_TO_PROG_$(clojure_MODE))
+coffee_STEP_TO_PROG =        impls/coffee/$($(1)).coffee
+common-lisp_STEP_TO_PROG =   impls/common-lisp/$($(1))
+cpp_STEP_TO_PROG =           impls/cpp/$($(1))
+crystal_STEP_TO_PROG =       impls/crystal/$($(1))
+cs_STEP_TO_PROG =            impls/cs/$($(1)).exe
+d_STEP_TO_PROG =             impls/d/$($(1))
+dart_STEP_TO_PROG =          impls/dart/$($(1)).dart
+elisp_STEP_TO_PROG =         impls/elisp/$($(1)).el
+elixir_STEP_TO_PROG =        impls/elixir/lib/mix/tasks/$($(1)).ex
+elm_STEP_TO_PROG =           impls/elm/$($(1)).js
+erlang_STEP_TO_PROG =        impls/erlang/$($(1))
+es6_STEP_TO_PROG =           impls/es6/$($(1)).mjs
+factor_STEP_TO_PROG =        impls/factor/$($(1))/$($(1)).factor
+fantom_STEP_TO_PROG =        impls/fantom/lib/fan/$($(1)).pod
+forth_STEP_TO_PROG =         impls/forth/$($(1)).fs
+fsharp_STEP_TO_PROG =        impls/fsharp/$($(1)).exe
+go_STEP_TO_PROG =            impls/go/$($(1))
+groovy_STEP_TO_PROG =        impls/groovy/$($(1)).groovy
+gnu-smalltalk_STEP_TO_PROG = impls/gnu-smalltalk/$($(1)).st
+guile_STEP_TO_PROG =         impls/guile/$($(1)).scm
+haskell_STEP_TO_PROG =       impls/haskell/$($(1))
+haxe_STEP_TO_PROG =          $(haxe_STEP_TO_PROG_$(haxe_MODE))
+hy_STEP_TO_PROG =            impls/hy/$($(1)).hy
+io_STEP_TO_PROG =            impls/io/$($(1)).io
+java_STEP_TO_PROG =          impls/java/target/classes/mal/$($(1)).class
+js_STEP_TO_PROG =            impls/js/$($(1)).js
+jq_STEP_PROG =               impls/jq/$($(1)).jq
+julia_STEP_TO_PROG =         impls/julia/$($(1)).jl
+kotlin_STEP_TO_PROG =        impls/kotlin/$($(1)).jar
+livescript_STEP_TO_PROG =    impls/livescript/$($(1)).js
+logo_STEP_TO_PROG =          impls/logo/$($(1)).lg
+lua_STEP_TO_PROG =           impls/lua/$($(1)).lua
+make_STEP_TO_PROG =          impls/make/$($(1)).mk
+mal_STEP_TO_PROG =           impls/mal/$($(1)).mal
+matlab_STEP_TO_PROG =        impls/matlab/$($(1)).m
+miniMAL_STEP_TO_PROG =       impls/miniMAL/$($(1)).json
+nasm_STEP_TO_PROG =          impls/nasm/$($(1))
+nim_STEP_TO_PROG =           impls/nim/$($(1))
+objc_STEP_TO_PROG =          impls/objc/$($(1))
+objpascal_STEP_TO_PROG =     impls/objpascal/$($(1))
+ocaml_STEP_TO_PROG =         impls/ocaml/$($(1))
+perl_STEP_TO_PROG =          impls/perl/$($(1)).pl
+perl6_STEP_TO_PROG =         impls/perl6/$($(1)).pl
+php_STEP_TO_PROG =           impls/php/$($(1)).php
+picolisp_STEP_TO_PROG =      impls/picolisp/$($(1)).l
+pike_STEP_TO_PROG =          impls/pike/$($(1)).pike
+plpgsql_STEP_TO_PROG =       impls/plpgsql/$($(1)).sql
+plsql_STEP_TO_PROG =         impls/plsql/$($(1)).sql
+powershell_STEP_TO_PROG =    impls/powershell/$($(1)).ps1
+ps_STEP_TO_PROG =            impls/ps/$($(1)).ps
+python_STEP_TO_PROG =        impls/python/$($(1)).py
+python.2_STEP_TO_PROG =      impls/python.2/$($(1)).py
+r_STEP_TO_PROG =             impls/r/$($(1)).r
+racket_STEP_TO_PROG =        impls/racket/$($(1)).rkt
+rexx_STEP_TO_PROG =          impls/rexx/$($(1)).rexxpp
+rpython_STEP_TO_PROG =       impls/rpython/$($(1))
+ruby_STEP_TO_PROG =          impls/ruby/$($(1)).rb
+rust_STEP_TO_PROG =          impls/rust/$($(1))
+scala_STEP_TO_PROG =         impls/scala/target/scala-2.11/classes/$($(1)).class
+scheme_STEP_TO_PROG =        $(scheme_STEP_TO_PROG_$(scheme_MODE))
+skew_STEP_TO_PROG =          impls/skew/$($(1)).js
+swift_STEP_TO_PROG =         impls/swift/$($(1))
+swift3_STEP_TO_PROG =        impls/swift3/$($(1))
+swift4_STEP_TO_PROG =        impls/swift4/$($(1))
+swift5_STEP_TO_PROG =        impls/swift5/$($(1))
+tcl_STEP_TO_PROG =           impls/tcl/$($(1)).tcl
+ts_STEP_TO_PROG =            impls/ts/$($(1)).js
+vala_STEP_TO_PROG =          impls/vala/$($(1))
+vb_STEP_TO_PROG =            impls/vb/$($(1)).exe
+vhdl_STEP_TO_PROG =          impls/vhdl/$($(1))
+vimscript_STEP_TO_PROG =     impls/vimscript/$($(1)).vim
+wasm_STEP_TO_PROG =          impls/wasm/$($(1)).$(if $(filter lucet,$(wasm_MODE)),so,wasm)
+wren_STEP_TO_PROG =          impls/wren/$($(1)).wren
+yorick_STEP_TO_PROG =        impls/yorick/$($(1)).i
+xslt_STEP_TO_PROG =          impls/xslt/$($(1))
+zig_STEP_TO_PROG =           impls/zig/$($(1))
 
 #
 # General settings and utility functions