]> git.lyx.org Git - features.git/commitdiff
lyx2lyx tests: Add conversions to lyx23
authorKornel Benko <kornel@lyx.org>
Fri, 4 Jan 2019 04:58:56 +0000 (05:58 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 4 Jan 2019 04:58:56 +0000 (05:58 +0100)
development/autotests/ExportTests.cmake

index fb7a01e48aae6ab098c52b6adc564f3056982bce..e2172a15740076824b6090a3470309a62f6fd67b 100644 (file)
@@ -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)