From 1e807d5183896250bb28ac2cdec61e2a7423e8b6 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 7 Oct 2013 18:44:57 -0400 Subject: [PATCH] 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. --- development/autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index 20f350395d..514e3bc7fb 100644 --- a/development/autotests/CMakeLists.txt +++ b/development/autotests/CMakeLists.txt @@ -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 +\([^ ]+\)") -- 2.39.2