#!/bin/sh
set -e -u
cp -r test install.rdf "$ADTTMP"
cd "$ADTTMP"
chmod +x ./test/run
xvfb-run -a ./test/run
