#!/bin/sh
set -e

# Run test suite using the installed startpar binary
make -C testsuite STARTPAR=/bin/startpar check
