#!/bin/sh

# copy test data into tree, this is missing from 0.4.0 upstream tarball
cp debian/tests/data/* tests

xvfb-run -a make -C tests check
