Skip to content

Commit

Permalink
fixup add test
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed May 5, 2024
1 parent 4df6cd7 commit 6497d1c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ EXTRA_CMD = docker run --rm \
--fail-if-warnings

.PHONY: test-extra
test-extra: output/eisvogel.pdf output/beamertheme-metropolis.pdf
test-extra: output/eisvogel.pdf output/beamertheme-metropolis.pdf output/eisvogel-tectonic.pdf

output/eisvogel.pdf: eisvogel.md
$(EXTRA_CMD) $< \
Expand All @@ -202,6 +202,12 @@ output/beamertheme-metropolis.pdf: beamertheme-metropolis.md
--variable=theme:metropolis \
--variable=themeoptions:numbering=none

output/eisvogel-tectonic.pdf: eisvogel.md
$(EXTRA_CMD) $< \
--output=$@ \
--template=eisvogel \
--pdf-engine=tectonic

# ____ _
# / ___| | ___ __ _ _ __
# | | | |/ _ \/ _` | '_ \
Expand Down

0 comments on commit 6497d1c

Please sign in to comment.