[cmake-developers] Testing Groups

2013-06-10 Thread Andreas Schneider
Hi, I'm currently working on some libraries [1] which allows you advanced testing of daemons. Especially ones which require a network in testing. However for using this I need some features in CMake. This should be a discussion about these features. Maybe others have ideas and comments. What

Re: [cmake-developers] Testing Groups

2013-06-10 Thread Jean-Christophe Fillion-Robin
Hi Andreas, Sounds like a very interesting idea. Instead of introducing the GROUP parameter in the add_test command, may be the LABEL could be re-used ? Would also be nice to consider the concept of resource locking while thinking about this. [1] Jc [1]

Re: [cmake-developers] Testing Groups

2013-06-10 Thread Matthew Woehlke
On 2013-06-10 15:49, Alexander Neundorf wrote: On Monday, June 10, 2013 09:19:15 AM Andreas Schneider wrote: Hi, I'm currently working on some libraries [1] which allows you advanced testing of daemons. Especially ones which require a network in testing. However for using this I need some