tree-sitter/script/test_all.sh

8 lines
103 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
script/test_compiler.sh
script/test_runtime.sh
script/test_integration.sh