#!/usr/bin/env bash
set -e
. script/lib.sh
script/fetch-fixtures
script/check-mallocs
scan_build make -j2
script/test -b