From 8876ad103518f06599952a1c789f8b6ee7504374 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Thu, 17 Dec 2015 09:43:56 +0100 Subject: [PATCH] Remove non-lyx file form tests. --- development/autotests/ExportTests.cmake | 4 ++++ development/autotests/suspiciousTests | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/development/autotests/ExportTests.cmake b/development/autotests/ExportTests.cmake index c14dd96739..926fd58252 100644 --- a/development/autotests/ExportTests.cmake +++ b/development/autotests/ExportTests.cmake @@ -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) diff --git a/development/autotests/suspiciousTests b/development/autotests/suspiciousTests index 27ce93e3b7..24479956dc 100644 --- a/development/autotests/suspiciousTests +++ b/development/autotests/suspiciousTests @@ -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 -- 2.39.2