commit 588a76b8a0f36a92b382f6786fecf158b3d1f560 Author: Scott Kostyshak <skost...@lyx.org> Date: Tue Mar 18 14:41:25 2025 +0100
ctest lyx2lyx tests: Add conversions to lyx24x --- development/autotests/ExportTests.cmake | 2 +- development/autotests/export.cmake | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index e0b31ff953..b54766510e 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -342,7 +342,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates lib/ta foreach(f ${nolang_lyx_files} ${lang_lyx_files}) # Strip extension string(REGEX REPLACE "\\.lyx$" "" f ${f}) - foreach(_lyx_format_num 16 20 21 22 23) + foreach(_lyx_format_num 16 20 21 22 23 24) set(TestName1 "export/${libsubfolder}/${f}_lyx${_lyx_format_num}") string(REGEX REPLACE "[\\(\\)]" "_" TestName "${TestName1}") set(mytestlabel ${testlabel} "lyx2lyx" "load") diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index 6053e5b827..a559474a33 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -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|lyx23x|xhtml|docbook5|epub -# extension = 16.lyx|20.lyx|21.lyx|22.lyx|23.lyx|xhtml|xml|epub +# format = lyx16x|lyx20x|lyx21x|lyx22x|lyx23x|lyx24x|xhtml|docbook5|epub +# extension = 16.lyx|20.lyx|21.lyx|22.lyx|23.lyx|24.lyx|xhtml|xml|epub # file = xxx # # Script should be called like: @@ -94,7 +94,7 @@ else() message(FATAL_ERROR "Export failed while converting") endif() if(extension MATCHES "\\.lyx$") - # Font-type not relevant for lyx16/lyx2[0123] exports + # Font-type not relevant for lyx16/lyx2[01234] exports set(result_file_base "${TempDir}/${file}") else() set(result_file_name ${file}.${extension}) -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs