diff --git a/tests/_template_/Makefile b/tests/_template_/Makefile index 2afaac3..ea5fd4f 100644 --- a/tests/_template_/Makefile +++ b/tests/_template_/Makefile @@ -16,3 +16,9 @@ datafiles = _template_-help.pd _template_-meta.pd # in tips-tricks.md) PDLIBBUILDER_DIR=../.. include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder + +# simplistic tests whether all expected files have been produced/installed +buildcheck: all + test -e _template_.$(extension) +installcheck: install + test -e $(installpath)/_template_.$(extension)