]> git.lyx.org Git - features.git/commitdiff
Cmake export tests: Add labels 'lyx2lyx' and 'load' to tests exporting to a lyx format.
authorKornel Benko <kornel@lyx.org>
Sun, 27 Dec 2015 17:03:54 +0000 (18:03 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 27 Dec 2015 17:03:54 +0000 (18:03 +0100)
The test uses lyx2lyx and loads the exported file.

development/autotests/ExportTests.cmake

index fbf2eba180d8b11d8a509aab19818cfda1bf9b7d..7311616cebb18d468526fe5c9f3902cf27b113f5 100644 (file)
@@ -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}