buildcheck/installcheck targets for the _template_ project
This commit is contained in:
parent
965d135bec
commit
c52b97e770
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue