#!/bin/sh
set -efu

cp testinstall.cc "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

g++ --std=c++14 -Wall -o testinstall testinstall.cc -lre2

./testinstall
