mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Cmake export tests: Adapt exports to changed mathmacros path.
Missed in last commit.
This commit is contained in:
parent
1a3b5a4ea7
commit
e0dd541634
@ -278,7 +278,7 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
|
||||
list(APPEND testlabel "examples")
|
||||
elseif (libsubfolderx MATCHES "lib/templates")
|
||||
list(APPEND testlabel "templates")
|
||||
elseif (libsubfolderx MATCHES "development/mathmacros")
|
||||
elseif (libsubfolderx MATCHES "autotests/mathmacros")
|
||||
list(APPEND testlabel "mathmacros")
|
||||
elseif (libsubfolderx MATCHES "autotests/.+")
|
||||
list(APPEND testlabel "autotests")
|
||||
@ -289,10 +289,6 @@ foreach(libsubfolderx autotests/export lib/doc lib/examples lib/templates autote
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user