#!/bin/sh

# Run the unit tests outside of the source tree
cp -a tests $AUTOPKGTEST_TMP/
cd $AUTOPKGTEST_TMP/

python3 -m unittest discover tests -v
