mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
7 lines
103 B
Bash
Executable file
7 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -u
|
|
|
|
source `dirname $0`/util/run_tests.sh
|
|
run_tests integration_specs "$@"
|