#!/bin/sh
# autopkgtest check: Run the installed-tests to verify GTK works correctly
# Based on glib2.0's d/tests/installed-tests, (C) 2013 Canonical Ltd.

set -eu

namespace=geocode-glib

export XDG_RUNTIME_DIR="$AUTOPKGTEST_TMP"
export HOME="$AUTOPKGTEST_TMP"

exec gnome-desktop-testing-runner \
--report-directory="$AUTOPKGTEST_ARTIFACTS" \
--tap \
"$namespace"
