Cmake build tests: Label also layoyt tests

This commit is contained in:
Kornel Benko 2013-09-07 09:27:40 +02:00
parent f2553ebf6c
commit f57e8b98ea

View File

@ -29,4 +29,5 @@ foreach(bns ${layout_files})
add_test(NAME "check_layout/${bns}"
COMMAND check_layout "${TOP_SRC_DIR}/lib/layouts/${bn}")
settestlabel("check_layout/${bns}" "layout")
endforeach()