tree-sitter/script/test_runtime.sh

8 lines
130 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e -u
make runtime_specs
source `dirname $0`/util/run_tests.sh
run_tests out/Default/runtime_specs "$@"