mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Re-add MergedManual test
Now that the default format is set to xhtml, there will correctly be no LaTeX test.
This commit is contained in:
parent
cc30e79c32
commit
e4a72659b0
@ -80,9 +80,6 @@ foreach(libsubfolder doc examples templates)
|
||||
endif()
|
||||
endforeach()
|
||||
foreach(f ${nolang_lyx_files} ${lang_lyx_files})
|
||||
if(f MATCHES "MergedManuals")
|
||||
# we do not test (for now) the uncompilable file MergedManuals.lyx
|
||||
else()
|
||||
# Strip extension
|
||||
string(REGEX REPLACE "\\.lyx$" "" f ${f})
|
||||
add_test(NAME export/${libsubfolder}/${f}_lyx16
|
||||
@ -104,7 +101,6 @@ foreach(libsubfolder doc examples templates)
|
||||
-Dfile=${f}
|
||||
-P "${TOP_SRC_DIR}/development/autotests/export.cmake")
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
endforeach()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user