#!/bin/sh
set -e

# Run the test suite
make check
