From c52b97e770c65e64c53e9e8df839c6e1310c2b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 5 Mar 2020 10:05:02 +0100 Subject: [PATCH] buildcheck/installcheck targets for the _template_ project --- tests/_template_/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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)