#!/bin/sh
set -e -u
cp -r test "$ADTTMP"
mkdir -p "$ADTTMP/src"
cp src/install.rdf "$ADTTMP/src"
cd "$ADTTMP"
chmod +x ./test/run
xvfb-run sh -c 'fvwm & ./test/run'
