mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Add XeTeX tests
Testing with XeTeX uncovered a few bugs (e.g. Math export was failing) and thus should be a part of the ctesting.
This commit is contained in:
parent
3e83380350
commit
1e807d5183
@ -103,7 +103,7 @@ endif()
|
||||
|
||||
macro(getoutputformats filepath varname)
|
||||
file(STRINGS "${filepath}" lines)
|
||||
set(out_formats "xhtml" "pdf" "pdf2" "pdf5")
|
||||
set(out_formats "xhtml" "pdf" "pdf2" "pdf4" "pdf5")
|
||||
set(${varname} ${out_formats})
|
||||
foreach(_l ${lines})
|
||||
if(_l MATCHES "^\\\\default_output_format +\([^ ]+\)")
|
||||
|
Loading…
Reference in New Issue
Block a user