#!/bin/sh
set -e -u
cp -a llvmlite/tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd -m unittest discover -v 2>&1; done
