From: Kornel Benko Date: Fri, 4 Jan 2019 04:58:56 +0000 (+0100) Subject: lyx2lyx tests: Add conversions to lyx23 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6c73fe90b3085cf799857cc56d0d596825944fb3;p=features.git lyx2lyx tests: Add conversions to lyx23 --- diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index fb7a01e48a..e2172a1574 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -332,7 +332,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote foreach(f ${nolang_lyx_files} ${lang_lyx_files}) # Strip extension string(REGEX REPLACE "\\.lyx$" "" f ${f}) - foreach(_lyx_format_num 16 21 22) + foreach(_lyx_format_num 16 21 22 23) set(TestName "export/${libsubfolder}/${f}_lyx${_lyx_format_num}") set(mytestlabel ${testlabel} "lyx2lyx" "load") maketestname(TestName inverted invertedTests ignoredTests unreliableTests mytestlabel)