#!/bin/sh
set -e
# Run test suite using the installed startpar binary
make -C test WP2X=/usr/bin/wp2x test
