mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 23:46:21 -04:00
10 lines
128 B
Bash
Executable file
10 lines
128 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch-fixtures
|
|
script/check-mallocs
|
|
script/build-runtime
|
|
script/test -b
|
|
script/benchmark -b
|