#!/bin/sh

# use the testsuite provided by PySCard itself
cd test
python3 -m unittest discover -v
