1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/tests
Joel Martin c9de2e82ed Tests: add testing Dockerfile. Impl fixes.
- tests/docker/Dockerfile: specifies full docker image containing all
  tools/languages (except matlab).
- tests/docker-build.sh: build above image.
- tests/docker-run.sh: launch above image.
    Example: ./tests/docker-run.sh make test^js^step2
- Various fixes across multiple languages:
    - Unicode fixes for bash and R on Ubuntu Utopic
    - readline history fixes for when ~/.mal-history is not available
      or readable/writable. No fatal errors.
    - fixes to work with perl 5.20 (and still perl 5.18)
2015-03-11 22:22:35 -05:00
..
docker Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
docker-build.sh Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
docker-run.sh Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
inc.mal Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
incA.mal go: add step6_file 2014-10-06 22:27:28 -05:00
incB.mal Racket: add steps0-A. Self-hosting. 2015-01-09 16:16:55 -06:00
incC.mal Racket: add steps0-A. Self-hosting. 2015-01-09 16:16:55 -06:00
perf1.mal rust: add step8_macros 2015-01-06 21:58:59 -06:00
perf2.mal rust: add step8_macros 2015-01-06 21:58:59 -06:00
perf3.mal Add long running perf test. 2015-02-28 10:38:17 -06:00
step0_repl.mal tests: add step0_repl.mal test missed earlier. 2015-03-11 21:57:12 -05:00
step1_read_print.mal test step1: Add input for existing output case 2015-02-21 13:16:34 -05:00
step2_eval.mal JS: fix https://github.com/kanaka/mal/issues/9 2015-02-28 11:18:18 -06:00
step3_env.mal Racket: add steps0-A. Self-hosting. 2015-01-09 16:16:55 -06:00
step4_if_fn_do.mal Add tests for problems uncovered during forth self-hosted tests 2015-02-21 13:16:40 -05:00
step5_tco.mal Removed extra parenthesis in tests for step5 2015-03-06 22:43:59 +01:00
step6_file.mal miniMAL: step6 2015-02-15 20:11:11 -06:00
step7_quote.mal R: add step8_macros and step9_try. 2015-01-09 16:16:44 -06:00
step8_macros.mal tests: add macro-in-macro test. 2015-03-05 11:27:22 -06:00
step9_try.mal tests: fix long line error when self-hosted. 2015-03-06 07:03:41 -06:00
test.txt All: add keywords. 2015-01-09 16:16:50 -06:00