]> git.lyx.org Git - features.git/blobdiff - development/autotests/CMakeLists.txt
Add XeTeX tests
[features.git] / development / autotests / CMakeLists.txt
index 20f350395d1a3d61510673a0ed902e21e22df367..514e3bc7fb32f834508f134539aaf43d216b6e72 100644 (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 +\([^ ]+\)")