#!/bin/sh

set -e

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

mkdir build && cd build
cmake .. -DJSON_No_Internet=ON
make
ctest
