#!/bin/sh
# needs patches to be applied in order to apply to installed package

set -e

testdir=${AUTOPKGTEST_TMP}
cp test/* ${testdir}
cd ${testdir}
make
