9 lines
104 B
Bash
Executable file
9 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
. script/lib.sh
|
|
|
|
script/fetch-fixtures
|
|
script/check-mallocs
|
|
script/test -b
|