#!/bin/sh

echo "Test that the unittests work against the installed package"

set -e

cp -a mox_test.py mox_test_helper.py test_helpers "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 mox_test.py
