#!/bin/sh

set -e

script_path="$(dirname "$0")"
SNAPCRAFT_AUTOPKGTEST_SUITES=tests/integration/sources "$script_path/integrationtests"
