#!/bin/sh
set -e

srcdir=$PWD
cd $AUTOPKGTEST_TMP

cmake $srcdir/examples/cpp/test/
cmake --build .


