#!/bin/bash

set -xe

if ! make check; then
    cat src/test-suite.log
    exit 1
fi
