]> git.lyx.org Git - features.git/blobdiff - development/autotests/ExportTests.cmake
Remove non-lyx file form tests.
[features.git] / development / autotests / ExportTests.cmake
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)