7 lines
103 B
Bash
Executable file
7 lines
103 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/test_compiler.sh
|
|
script/test_runtime.sh
|
|
script/test_integration.sh
|