tests: add base and font tests

This commit is contained in:
2025-09-26 11:36:52 +02:00
parent 35cc041d6e
commit fd397003ba
5 changed files with 71 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ TEMPLATE_SRCS := $(shell find template -type f)
%.pdf: %.typ $(TEMPLATE_SRCS)
typst compile --font-path template/fonts $<
include tests/make.mk