#!/bin/sh

set -e

./configure
make check VERBOSE=1
