2016-01-15 11:19:24 -08:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
2017-06-14 13:28:03 -04:00
|
|
|
. script/lib.sh
|
|
|
|
|
|
2016-01-15 12:57:32 -08:00
|
|
|
script/fetch-fixtures
|
2016-01-15 15:08:42 -08:00
|
|
|
script/check-mallocs
|
2017-06-14 13:28:03 -04:00
|
|
|
script/test -b
|
2017-06-21 17:26:52 -07:00
|
|
|
script/benchmark
|