#!/bin/sh

set -e

./configure
make check 2>&1
