MAKE=make

check:
	@(echo "** Running UnitTests **\n")
	(python3 -m unittest discover test)