]> git.lyx.org Git - features.git/commitdiff
Remove non-lyx file form tests.
authorKornel Benko <kornel@lyx.org>
Thu, 17 Dec 2015 08:43:56 +0000 (09:43 +0100)
committerKornel Benko <kornel@lyx.org>
Thu, 17 Dec 2015 08:43:56 +0000 (09:43 +0100)
development/autotests/ExportTests.cmake
development/autotests/suspiciousTests

index c14dd9673951a43addb9e2a5adc32628dcd7d087..926fd58252a3c7dab29060ccdb70095791a8127b 100644 (file)
@@ -286,6 +286,10 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates develo
   message(STATUS "Handling export dir ${LIBSUB_SRC_DIR}")
   file(GLOB_RECURSE lyx_files RELATIVE "${LIBSUB_SRC_DIR}" "${LIBSUB_SRC_DIR}/*.lyx")
   list(SORT lyx_files)
+  if (libsubfolderx MATCHES "development/mathmacros")
+    # This is a zipped file, removing from tests
+    list(REMOVE_ITEM lyx_files testcases_master_child.lyx)
+  endif()
   # Now create 2 lists. One for files in a language dir, one without
   set(lang_lyx_files)
   set(nolang_lyx_files)
index 27ce93e3b7a64577edcebc30f063e8f5f0d967f2..24479956dcb760fa9030fe074f135f8292cc95b6 100644 (file)
@@ -182,7 +182,6 @@ Sublabel: RESET
 export/examples/ko/splash_(dvi3|pdf[45])_texF
 #
 # Following mathmacros tests fail
-export/mathmacros/testcases_master_child_.*
 export/mathmacros/testcases_speed_(dvi|pdf|pdf[23]|(dvi3|pdf[45])_(texF|systemF))
 
 # Language nesting, document is OK, fails because of a bug in LyX