Re: [cmake-developers] Allowed chars in test names

2013-07-25 Thread Brad King
On 07/24/2013 05:38 PM, Rolf Eike Beer wrote: > So for the beginning I would go and just simply reject every test name that > has spaces or quotes, because that has never worked. That sounds good. Thanks, -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://w

Re: [cmake-developers] Allowed chars in test names

2013-07-24 Thread Rolf Eike Beer
Brad King wrote: > On 07/22/2013 04:18 PM, Rolf Eike Beer wrote: > > Since d0170584c54b515b7eb2d044c3d48332523b3a37 there is a comment stating > > that "spaces, quotes, or other characters special in CMake syntax" are > > not allowed > > in a test name. This raised 2 topics: > This was just documen

Re: [cmake-developers] Allowed chars in test names

2013-07-24 Thread Brad King
On 07/22/2013 04:18 PM, Rolf Eike Beer wrote: > Since d0170584c54b515b7eb2d044c3d48332523b3a37 there is a comment stating > that > "spaces, quotes, or other characters special in CMake syntax" are not allowed > in a test name. This raised 2 topics: This was just documenting an existing limitati

[cmake-developers] Allowed chars in test names

2013-07-22 Thread Rolf Eike Beer
Since d0170584c54b515b7eb2d044c3d48332523b3a37 there is a comment stating that "spaces, quotes, or other characters special in CMake syntax" are not allowed in a test name. This raised 2 topics: -first: the only check done in add_test() is that the name is not empty. If there are forbidden char