tests: add base and font tests
This commit is contained in:
6
tests/make.mk
Normal file
6
tests/make.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
.PHONY: test_%
|
||||
test_%: tests/%.pdf
|
||||
xdg-open $<
|
||||
|
||||
tests/%.pdf: tests/%.typ
|
||||
typst compile --root . --font-path template/fonts $<
|
Reference in New Issue
Block a user