7 lines
84 B
Bash
Executable file
7 lines
84 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
script/fetch-fixtures
|
|
script/check-mallocs
|
|
script/test
|