#!/bin/sh
set -efu

cp testinstall.cc "$ADTTMP"

cd "$ADTTMP"

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

./testinstall
