Add tests that compile a grammar and use its parser

This commit is contained in:
Max Brunsfeld 2016-01-14 09:25:03 -08:00
parent 49f393b75e
commit 4a5deda071
9 changed files with 323 additions and 48 deletions

View file

@ -4,3 +4,4 @@ set -e
script/test_compiler.sh
script/test_runtime.sh
script/test_integration.sh

6
script/test_integration.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -e -u
source `dirname $0`/util/run_tests.sh
run_tests integration_specs "$@"