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:
Scott Kostyshak 2013-10-07 18:44:57 -04:00
parent 3e83380350
commit 1e807d5183

View File

@ -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 +\([^ ]+\)")