#!/bin/sh
#
# Run the fig2dev testsuite
#
# (c) 2017 Roland Rosenfeld <roland@debian.org>

echo "Running dh_auto_configure"
dh_auto_configure >/dev/null 2>&1

cd fig2dev/tests
echo "Running testsuite"
./testsuite
