#!/usr/bin/sh
set -e
cd /usr/libexec/perl-Gtk3
xwfb-run -c mutter -- prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
wlheadless-run -c mutter -- prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
