diff options
author | Loïc Hoguin <[email protected]> | 2024-11-25 11:13:06 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2024-11-25 11:13:06 +0100 |
commit | 79413746470f1ea112ac57ed189e39e71ac22cdd (patch) | |
tree | 2cbdbd691d09e9705ee2604be77b14d2b312f789 /Makefile | |
parent | a6f9a450af99a7a95848dde671de658bb53a43dc (diff) | |
download | erlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.tar.gz erlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.tar.bz2 erlang.mk-79413746470f1ea112ac57ed189e39e71ac22cdd.zip |
Check templates independently from tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -86,6 +86,9 @@ summary: @sort test/packages/errors.log > test/logs/latest.log @cp test/logs/latest.log "test/logs/$(shell date '+%F_%T%z')" +check-templates: + $(MAKE) -C test templates + search: @$(MAKE) --no-print-directory \ -f core/core.mk $(addprefix -f,$(wildcard index/*.mk)) -f core/index.mk \ |