tests: Test *ARGV* is set correctly in step 6
authorDov Murik <dov.murik@gmail.com>
Tue, 10 May 2016 19:28:29 +0000 (15:28 -0400)
committerDov Murik <dov.murik@gmail.com>
Wed, 11 May 2016 15:31:04 +0000 (11:31 -0400)
commitd3c401c1e8617aecd6722953afa48af2505304d3
tree8f65e845c35c23befdb8f93855e2f63f381ebbfb
parentb9768061c08c2ae34a15f81d0b605dee16928eb5
tests: Test *ARGV* is set correctly in step 6

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).
Makefile
docs/TODO
run_argv_test.sh [new file with mode: 0755]
tests/print_argv.mal [new file with mode: 0644]