9 lines
128 B
Bash
Executable file
9 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
|