Switched tests to lualatex
This commit is contained in:
parent
cd1601abe0
commit
e811c3a78a
|
@ -13,3 +13,5 @@ Fixed some minor issues in version numbers and in the manual.
|
|||
### 2024/04/13: Version 1.1
|
||||
|
||||
Various fixes in the documentation and new convenience macro `\crfnm@declareType`.
|
||||
|
||||
The test suite now uses _lualatex_.
|
||||
|
|
|
@ -4,10 +4,10 @@ ALL=main-test.tex data-common.tex data-reledmac.tex config-formats.tex config-cr
|
|||
|
||||
define MAKE_BOXES_LIST
|
||||
sed -i 's/%\\tracingoutput/\\tracingoutput/' $<
|
||||
-xelatex main-test.tex
|
||||
-lualatex main-test.tex
|
||||
sed -i 's/^\\tracingoutput/%\\tracingoutput/' $<
|
||||
full_boxes_list="$$(grep -E '^\.+\\TU' main-test.log)"; \
|
||||
i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 Capitulus' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
|
||||
i_test_result_end="$$(( $$(grep -Fn '....\TU/lmr/m/sc/10 C' <<< "$$full_boxes_list" | head -n 1 | cut -d ':' -f 1) - 1))"; \
|
||||
sed -n 1,$${i_test_result_end}p <<< "$$full_boxes_list" > $@
|
||||
endef
|
||||
|
||||
|
@ -15,12 +15,12 @@ clean:
|
|||
-rm main-test.{aux,log,1,2,fdb_latexmk,fls,xdv,tuc}
|
||||
|
||||
test: clean $(ALL)
|
||||
latexmk -xelatex main-test.tex
|
||||
latexmk -lualatex main-test.tex
|
||||
|
||||
log: $(ALL)
|
||||
sed -i 's/%\\tracingcommands/\\tracingcommands/' $<
|
||||
sed -i 's/%\\tracingmacros/\\tracingmacros/' $<
|
||||
-xelatex main-test.tex
|
||||
-lualatex main-test.tex
|
||||
sed -i 's/^\\tracingcommands/%\\tracingcommands/' $<
|
||||
sed -i 's/^\\tracingmacros/%\\tracingmacros/' $<
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user