#!/bin/bash
set -e

python3 -m unittest discover --start-directory /usr/lib/python3/dist-packages/antlr4/test/ --pattern "*.py"
