#!/bin/sh
# autopkgtest check: build [and launch] program in testsuite
set -ue
cd $AUTOPKGTEST_TMP

cp -prd /usr/share/doc/libblitz-doc/testsuite .
cd testsuite

make check

exit 0
