buildcheck/installcheck targets for the _template_ project

This commit is contained in:
IOhannes m zmölnig 2020-03-05 10:05:02 +01:00 committed by katjav
parent 965d135bec
commit c52b97e770

View file

@ -16,3 +16,9 @@ datafiles = _template_-help.pd _template_-meta.pd
# in tips-tricks.md) # in tips-tricks.md)
PDLIBBUILDER_DIR=../.. PDLIBBUILDER_DIR=../..
include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder 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)