From: Kornel Benko Date: Sun, 27 Dec 2015 17:03:54 +0000 (+0100) Subject: Cmake export tests: Add labels 'lyx2lyx' and 'load' to tests exporting to a lyx format. X-Git-Tag: 2.2.0beta1~304 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=91a8ae9050d29e3a09f269c1e46658146b162d17;p=features.git Cmake export tests: Add labels 'lyx2lyx' and 'load' to tests exporting to a lyx format. The test uses lyx2lyx and loads the exported file. --- diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index fbf2eba180..7311616ceb 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -305,7 +305,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote string(REGEX REPLACE "\\.lyx$" "" f ${f}) foreach(_lyx_format_num 16 21) set(TestName "export/${libsubfolder}/${f}_lyx${_lyx_format_num}") - set(mytestlabel ${testlabel}) + set(mytestlabel ${testlabel} "lyx2lyx" "load") maketestname(TestName inverted suspiciousTests ignoredTests unreliableTests mytestlabel) if(TestName) add_test(NAME ${TestName}