#!/bin/sh

set -exu

cp -r Rakefile config test ${AUTOPKGTEST_TMP}
cd ${AUTOPKGTEST_TMP}
rake TESTOPTS=-v
