mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
Cmake build: Enable debug output for check_layouts.
This commit is contained in:
parent
5732af84c2
commit
f2e759d499
@ -33,7 +33,7 @@ foreach(bns ${layout_files})
|
||||
string(REPLACE ".layout" "" bn ${bns})
|
||||
|
||||
add_test(NAME "check_layout/${bns}"
|
||||
COMMAND check_layout "${TOP_SRC_DIR}/lib/layouts/${bn}")
|
||||
COMMAND check_layout "${TOP_SRC_DIR}/lib/layouts/${bn}" "${CMAKE_CURRENT_BINARY_DIR}/${bn}.out")
|
||||
settestlabel("check_layout/${bns}" "layout")
|
||||
endforeach()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user