mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-15 01:46:29 -04:00
8 lines
130 B
Bash
Executable file
8 lines
130 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -u
|
|
|
|
make runtime_specs
|
|
source `dirname $0`/util/run_tests.sh
|
|
run_tests out/Default/runtime_specs "$@"
|