mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
d3c401c1e8
Add new mini test harness run_argv_test.sh to run the Mal interpreter with different command-line arguments and test the stdout of that process. The main Makefile will automatically run the new harness whenever step 6 is tested (either directly or during REGRESS=1 of a more advanced step).
3 lines
57 B
Plaintext
3 lines
57 B
Plaintext
; Used by the run_argv_test.sh test harness
|
|
(prn *ARGV*)
|