MAKE=make

check:
	@(echo "** Running UnitTests **\n")
	(python3 -m unittest test/test_*/*.py)