[LyX/master] Cmake tests: Add tests for exports to lyx25
Kornel Benko <[email protected]> Fri, 31 Jul 2026 09:49:19 +0000
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 75ad49e4c19ea437a4acc5ece559fb4f08711461 Author: Kornel Benko <[email protected]> Date: Fri Jul 31 11:47:54 2026 +0200 Cmake tests: Add tests for exports to lyx25 --- development/autotests/ExportTests.cmake | 2 +- development/autotests/export.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index b54766510e..23e0f11965 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 24) + foreach(_lyx_format_num 16 20 21 22 23 24 25) 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 b949ef71db..de54c42706 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|lyx24x|xhtml|docbook5|epub -# extension = 16.lyx|20.lyx|21.lyx|22.lyx|23.lyx|24.lyx|xhtml|xml|epub +# format = lyx16x|lyx20x|lyx21x|lyx22x|lyx23x|lyx24x|lyx25x|xhtml|docbook5|epub +# extension = 16.lyx|20.lyx|21.lyx|22.lyx|23.lyx|24.lyx|25.lyx|xhtml|xml|epub # file = xxx # # Script should be called like: -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs