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

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

cd tests
echo "Running testsuite"
./testsuite
