Re: [CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread Andy Cedilnik
Hi Xavier, Put a bug report please. Andy xavier delannoy wrote: 2006/1/24, Andy Cedilnik <[EMAIL PROTECTED] >: Hi Xavier, This sounds like a great idea. I would extend it though: SET_TEST_PROPERTIES(test1 PROPERTIES MEASUREMENT "Key=Value")

Re: [CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread xavier delannoy
2006/1/24, Andy Cedilnik <[EMAIL PROTECTED]>: Hi Xavier,This sounds like a great idea. I would extend it though:SET_TEST_PROPERTIES(test1 PROPERTIES MEASUREMENT "Key=Value")This way you can set anything you want, not just a comment.    Andy great, I hope this will be soon available ;)  xavier d

Re: [CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread Andy Cedilnik
Hi Xavier, This sounds like a great idea. I would extend it though: SET_TEST_PROPERTIES(test1 PROPERTIES MEASUREMENT "Key=Value") This way you can set anything you want, not just a comment. Andy xavier delannoy wrote: Hi all, it would be very usefull to add 'Comment' properties for t

[CMake] Cmake / Ctest /Dart - feature needed

2006-01-24 Thread xavier delannoy
Hi all, it would be very usefull to add 'Comment' properties for test. something like that: SET_TESTS_PROPERTIES(test1 PROPERTIES SET_COMMENT "test comment") comment will be included in Dart, this will be very usefull. regards, xavier delannoy [EMAIL PROTECTED] ___