#!/bin/sh

set -e

# Configure
autoreconf -f -i 2>&1
./configure

# Run the install-time test suite
make installcheck
