#!/bin/sh

set -eu

cp test/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP

for python in $(py3versions -s); do
	make abi-test PYTHON=$python
done
