#!/bin/sh

cd ${ADTTMP:-/tmp}
# For now that is the full content of the test.py. No other tests
# and even that is not shipped with the package, so just testing
# it imports for now.
python3 -c "import pylint_plugin_utils"
