#!/bin/sh

set -e

make -j1 test TEST_VERBOSE=1
