mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-13 17:06:26 -04:00
7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -u
|
|
|
|
source `dirname $0`/util/run_tests.sh
|
|
run_tests runtime_specs "$@"
|