mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-14 17:36:27 -04:00
8 lines
132 B
Bash
Executable file
8 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e -u
|
|
|
|
make compiler_specs
|
|
source `dirname $0`/util/run_tests.sh
|
|
run_tests out/Default/compiler_specs "$@"
|