#!/bin/sh

set -e

WORKDIR=$AUTOPKGTEST_TMP
SRCDIR=$PWD

dh_auto_clean 2>&1
dh_autoreconf ./autogen.sh 2>&1
dh_auto_configure 2>&1
dh_auto_build 2>&1
dh_auto_test --no-parallel 2>&1
