#!/bin/sh

set -e

cp * "$AUTOPKGTEST_TMP" -Rv
cd "$AUTOPKGTEST_TMP"

mkdir build && cd build
cmake ..
make
ctest
