#!/bin/sh

set -e

# Run the install-time test suite
make installcheck
