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

6
tests/make.mk Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: test_%
test_%: tests/%.pdf
xdg-open $<
tests/%.pdf: tests/%.typ
typst compile --root . --font-path template/fonts $<