Cmake tests: Add docbook5 exports to the tests

This commit is contained in:
Kornel Benko 2020-07-20 10:42:34 +02:00
parent c1a5b2c597
commit 15947a7db4
2 changed files with 15 additions and 8 deletions

View File

@ -52,20 +52,22 @@ macro(getoutputformats filepath varname format_set)
file(STRINGS "${filepath}" lines)
# What should we test, if default_output_format is not defined?
# For now we test everything ...
set(out_formats "xhtml" ${DVI_FORMATS} ${PDF_FORMATS})
set(out_formats "xhtml" "docbook5" ${DVI_FORMATS} ${PDF_FORMATS})
foreach(_l IN LISTS lines)
if(_l MATCHES "^\\\\default_output_format +\([^ ]+\)")
set(_format ${CMAKE_MATCH_1})
if(_format STREQUAL "default")
set(out_formats "xhtml" ${DVI_FORMATS} ${PDF_FORMATS})
set(out_formats "xhtml" "docbook5" ${DVI_FORMATS} ${PDF_FORMATS})
else()
set(${format_set} ${_format})
if(_format STREQUAL "pdf2" AND "${filepath}" MATCHES "/doc/")
set(out_formats "xhtml" ${DVI_FORMATS} ${PDF_FORMATS})
set(out_formats "xhtml" "docbook5" ${DVI_FORMATS} ${PDF_FORMATS})
elseif(_format MATCHES "pdf$")
set(out_formats "xhtml" ${PDF_FORMATS})
set(out_formats "xhtml" "docbook5" ${PDF_FORMATS})
elseif(_format MATCHES "dvi$")
set(out_formats "xhtml" ${DVI_FORMATS})
set(out_formats "xhtml" "docbook5" ${DVI_FORMATS})
elseif(_format MATCHES "docbook5")
set(out_formats "docbook5")
elseif(_format MATCHES "xhtml")
set(out_formats "xhtml")
else()
@ -452,6 +454,11 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates lib/ta
endif()
string(REGEX REPLACE "[\\(\\)]" "_" TestName "${TestName1}")
maketestname(TestName inverted invertedTests ignoredTests unreliableTests mytestlabel)
if (format MATCHES "docbook5")
set(f_extension "xml")
else()
set(f_extension ${format})
endif()
if(TestName)
add_test(NAME ${TestName}
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME}"
@ -461,7 +468,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates lib/ta
-DWORKDIR=${CMAKE_CURRENT_BINARY_DIR}/${LYX_HOME}
-Dformat=${format}
-Dfonttype=${fonttype}
-Dextension=${format}
-Dextension=${f_extension}
-Dfile=${f}
-Dinverted=${inverted}
-DTOP_SRC_DIR=${TOP_SRC_DIR}

View File

@ -7,8 +7,8 @@
# LYX_ROOT = ${TOP_SRC_DIR}/lib/{doc,examples,templates,tabletemplates}
# LYX_USERDIR_VER = Name of environment variable for the user directory
# lyx =
# format = lyx16x|lyx20x|lyx21x|lyx22x|xhtml
# extension = 16.lyx|20.lyx|21.lyx|22.lyx|xhtml
# format = lyx16x|lyx20x|lyx21x|lyx22x|xhtml|docbook5
# extension = 16.lyx|20.lyx|21.lyx|22.lyx|xhtml|xml
# file = xxx
#
# Script should be called like: