Make separate helper scripts for testing compiler and runtime
This commit is contained in:
parent
779bf0d745
commit
02904085c2
8 changed files with 60 additions and 24 deletions
7
script/test_runtime.sh
Executable file
7
script/test_runtime.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e -u
|
||||
|
||||
make runtime_specs
|
||||
source `dirname $0`/util/run_tests.sh
|
||||
run_tests out/Default/runtime_specs "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue