Re: [cmake-developers] Tests directory layout

2012-02-17 Thread Brad King
On 2/17/2012 3:03 PM, Rolf Eike Beer wrote: In a README please, for locality of reference. Pushed as commit 378f2291593c5b1d7d9fcd03029b931ce674a3d2 to next. Thanks! -Brad -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensour

Re: [cmake-developers] Tests directory layout

2012-02-17 Thread Rolf Eike Beer
Brad King wrote: > On 1/20/2012 1:16 PM, Rolf Eike Beer wrote: > > What I currently know is: > > > > -if tests run in CMake script mode, they should go in CMakeTests > > -if they need to run CMake in configure mode, but don't build anything, > > they should go in CMakeOnly > > -if they test someth

Re: [cmake-developers] Tests directory layout (was: valgrind errors)

2012-01-20 Thread Rolf Eike Beer
David Cole wrote: > On Fri, Jan 20, 2012 at 1:16 PM, Rolf Eike Beer wrote: > > David Cole wrote: > >> No documentation about tests. Discussion on this list is the closest > >> proxy for such docs. > > > > What I currently know is: > > > > -if tests run in CMake script mode, they should go in CM

Re: [cmake-developers] Tests directory layout (was: valgrind errors)

2012-01-20 Thread David Cole
On Fri, Jan 20, 2012 at 1:16 PM, Rolf Eike Beer wrote: > David Cole wrote: >> On Fri, Jan 20, 2012 at 7:51 AM, Rolf Eike Beer wrote: >> >> On Fri, Jan 20, 2012 at 2:07 AM, Rolf Eike Beer wrote: > > This introduced a new directory Tests/Syntax and a first tests > there. It does >

Re: [cmake-developers] Tests directory layout

2012-01-20 Thread Brad King
On 1/20/2012 1:16 PM, Rolf Eike Beer wrote: What I currently know is: -if tests run in CMake script mode, they should go in CMakeTests -if they need to run CMake in configure mode, but don't build anything, they should go in CMakeOnly -if they test something from the Modules directory, but do no

[cmake-developers] Tests directory layout (was: valgrind errors)

2012-01-20 Thread Rolf Eike Beer
David Cole wrote: > On Fri, Jan 20, 2012 at 7:51 AM, Rolf Eike Beer wrote: > >> On Fri, Jan 20, 2012 at 2:07 AM, Rolf Eike Beer wrote: This introduced a new directory Tests/Syntax and a first tests there. It does if (NOT foo bar STREQUAL "foo bar") and triggers t