Cmake build: Enable debug output for check_layouts.

This commit is contained in:
Kornel Benko 2015-04-24 11:20:33 +02:00
parent 5732af84c2
commit f2e759d499

View File

@ -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()