#!/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 "$ADTTMP"
cd "$ADTTMP"
python mox_test.py
python3 mox_test.py
