Add tests that compile a grammar and use its parser
This commit is contained in:
parent
49f393b75e
commit
4a5deda071
9 changed files with 323 additions and 48 deletions
|
|
@ -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
6
script/test_integration.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e -u
|
||||
|
||||
source `dirname $0`/util/run_tests.sh
|
||||
run_tests integration_specs "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue