Hi,

I'm trying to get LABELS/Subprojects working, having read this 
http://www.kitware.com/blog/home/post/11 and this 
http://www.kitware.com/blog/home/post/11

1. It is unclear to me whether to have LABELS working I must use CTest script 
(-S) or I can achieve that simply by editing of CMakeLists.txt, 
CTestConfig.cmake, CTestCustom.cmake.
2. Once I get LABELS working is it possible to browse results in CDash by 
LABEL, e.g. see all submissions with given label attached, but not having 
SubProject named after LABEL ?

I've reached a point where in the tests summary CDash shows expected label 
along each testcase, e.g:

Name;Status;Time (s);Labels
foo_test;Passed;0.01;MY_LABEL

However, in the Experimental submissions section Labels column in empty: (none).
Same with Subproject created with a name MY_LABEL being a child of the project 
within I make submission.

I have a library target named MY_LABEL, for which I set:
set_property(TARGET MY_LABEL PROPERTY LABELS MY_LABEL)

for each testcase $tc added with ADD_TEST I set:
set_property(TEST ${tc} PROPERTY LABELS MY_LABEL)

Thank you,

Wojtek

----------------------------------------------------------------------
Japonia czy Niemcy?
Tutaj znajdziesz samochody z całego świata!
Sprawdź >> http://linkint.pl/f288b

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to