8 lines
107 B
Bash
Executable file
8 lines
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch-fixtures
|
|
script/check-mallocs
|
|
script/test -b
|
|
script/benchmark -b
|