1
1
mirror of https://github.com/kanaka/mal.git synced 2024-11-10 12:47:45 +03:00
mal/rpython
Joel Martin dca6b58578 Tests: move step5 non-TCO tests to per impl.
- Remove most of the step5 excludes in the Makefile except for ones
  which don't have TCO capability at all (or the implementation is too
  slow): bash, make, mal, matlab.

- Make perf_EXCLUDES consistent with other excludes.

- Add a print-FOO target which prints the resolved value of Makefile
  variable FOO. For example, `make print-IMPLS` to print the list of
  implementations.
2016-03-14 23:39:21 -05:00
..
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
core.py haxe, matlab, miniMAL, python, rpython: add seq/string? 2016-02-11 09:19:53 -06:00
Dockerfile rpython: update Dockerfile to pypy-4.0.1 2016-03-14 22:29:13 -05:00
env.py RPython: replace asserts with conditionals. 2015-06-11 09:33:12 -05:00
Makefile Add dist targets to most implementations. 2016-02-24 00:33:20 -06:00
mal_readline.py RPython: step0 2015-06-11 09:33:07 -05:00
mal_types.py haxe, matlab, miniMAL, python, rpython: add seq/string? 2016-02-11 09:19:53 -06:00
printer.py All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
reader.py All: fix read/print of \\, and \n 2015-10-30 22:05:49 -05:00
step0_repl.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step1_read_print.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step2_eval.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step3_env.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step4_if_fn_do.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step5_tco.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step6_file.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step7_quote.py RPython: misc cleanup, step sync, stats target. 2015-06-11 09:33:12 -05:00
step8_macros.py clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
step9_try.py clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00
stepA_mal.py clojure, groovy, rpython, scala: fix macro result evaluation 2016-01-26 14:15:16 -06:00