mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 15:36:29 -04:00
9 lines
107 B
Bash
Executable file
9 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch-fixtures
|
|
script/check-mallocs
|
|
script/test -b
|
|
script/benchmark -b
|