#!/bin/sh
set -e

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