#!/bin/sh

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

set -e

cp mox_test.py mox_test_helper.py "$ADTTMP"
cd "$ADTTMP"
python mox_test.py
