commit f57e8b98ea05147678efc08a62af2fd12ccb97ff
Author: Kornel Benko <[email protected]>
Date: Sat Sep 7 09:27:40 2013 +0200
Cmake build tests: Label also layoyt tests
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 2ac962f..82eb68e 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -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()