Make separate helper scripts for testing compiler and runtime

This commit is contained in:
Max Brunsfeld 2014-07-17 19:14:17 -07:00
parent 779bf0d745
commit 02904085c2
8 changed files with 60 additions and 24 deletions

7
script/test_runtime.sh Executable file
View 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 "$@"