mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
lyx2lyx tests: Add conversions to lyx23
This commit is contained in:
parent
5ad0395dca
commit
21254cd962
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user