diff --git a/src/template/Makefile b/src/template/Makefile index b8d750c..65b78c6 100644 --- a/src/template/Makefile +++ b/src/template/Makefile @@ -1,3 +1,9 @@ include ../../common_makefile.mk -PROJECT_FOLDERS = bin lib tests \ No newline at end of file +PROJECT_FOLDERS = bin lib tests + + +.PHONY: test +test: + @echo 'Running tests...' + @$(PYTHON) -m pytest tests/unit