#!/bin/sh
set -e
# Run test suite using the installed startpar binary
make STARTPAR=/lib/startpar/startpar check
