Running tests
Entire suite:
$ make spectest
Individual tests can be run with make:
$ make t/spec/S04-statements/if.t
The following will not work!
$ prove t/spec/S04-statements/if.t
Can also create a t/localtest.data file with a list of tests to run
$ make localtest