Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-14 Thread Edward Diener
On 9/14/2017 4:45 PM, Bill Hoffman wrote: On 9/12/2017 1:11 PM, Robert Ramey wrote: Could we get some response on Edward's suggestion here? It's a serious obstacle to implementing support of CMake in Boost libraries. I don't think it would be a problem to implement something like this in

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-14 Thread Edward Diener
On 9/14/2017 4:45 PM, Bill Hoffman wrote: On 9/12/2017 1:11 PM, Robert Ramey wrote: Could we get some response on Edward's suggestion here? It's a serious obstacle to implementing support of CMake in Boost libraries. I don't think it would be a problem to implement something like this in

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-14 Thread Bill Hoffman
On 9/12/2017 1:11 PM, Robert Ramey wrote: Could we get some response on Edward's suggestion here? It's a serious obstacle to implementing support of CMake in Boost libraries. I don't think it would be a problem to implement something like this in CMake. It might make more sense to move this

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-13 Thread Nagy-Egri Máté Ferenc via CMake
tests? Feladó: Robert Ramey Elküldve: 2017. szeptember 12., kedd 19:12 Címzett: cmake@cmake.org Tárgy: Re: [CMake] Adding compile and build type tests to CMake/CTest On 9/4/17 6:40 AM, Edward Diener wrote: > Boost Build has tests for running an application successfully or not, > for compili

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-12 Thread Robert Ramey
On 9/4/17 6:40 AM, Edward Diener wrote: Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more source files into an exe or not. These tests in Boost Build are the run/run-fail,

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread Edward Diener
On 9/7/2017 10:34 AM, paul via CMake wrote: On Thu, 2017-09-07 at 02:58 -0400, Edward Diener wrote: On 9/6/2017 11:39 PM, P F via CMake wrote: The `add_test` function can run whatever command you want it to, including compiling a target: add_library(foo_compile_test STATIC EXCLUDE_FROM_ALL

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread paul via CMake
On Thu, 2017-09-07 at 02:58 -0400, Edward Diener wrote: > On 9/6/2017 11:39 PM, P F via CMake wrote: > > > > The `add_test` function can run whatever command you want it to, including > > compiling a target: > > > > add_library(foo_compile_test STATIC EXCLUDE_FROM_ALL foo_compile_test.cpp) > >

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread CHEVRIER, Marc
ge and make the necessary update to CMake/CTest. > >> > >>> -Original Message- > >>> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Roger Leigh > >>> Sent: Monday, September 4, 2017 16:51 > >

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread Edward Diener
st. >> >>> -Original Message----- >>> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Roger Leigh >>> Sent: Monday, September 4, 2017 16:51 >>> To: cmake@cmake.org >>> Subject: Re: [CMake] Adding compile an

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread CHEVRIER, Marc
lity for modern C++ and should update itself accordingly. Only having run-time testing is an artifact of the past. Hopefully CMake developers will get the message and make the necessary update to CMake/CTest. >> >>> -Original Message- >>> From: CMake

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-07 Thread Edward Diener
51 To: cmake@cmake.org Subject: Re: [CMake] Adding compile and build type tests to CMake/CTest On 04/09/17 14:40, Edward Diener wrote: Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more so

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-06 Thread P F via CMake
cessary update to CMake/CTest. > >> -Original Message- >> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Roger Leigh >> Sent: Monday, September 4, 2017 16:51 >> To: cmake@cmake.org >> Subject: Re: [CMake] Adding compile and build type

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-05 Thread Edward Diener
. -Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Roger Leigh Sent: Monday, September 4, 2017 16:51 To: cmake@cmake.org Subject: Re: [CMake] Adding compile and build type tests to CMake/CTest On 04/09/17 14:40, Edward Diener wrote: Boost Build has tests

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-05 Thread Edward Diener
On 9/4/2017 9:51 AM, Roger Leigh wrote: On 04/09/17 14:40, Edward Diener wrote: Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more source files into an exe or not. These tests in Boost

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-05 Thread Dvir Yitzchaki
Sent: Monday, September 4, 2017 16:51 To: cmake@cmake.org Subject: Re: [CMake] Adding compile and build type tests to CMake/CTest On 04/09/17 14:40, Edward Diener wrote: > Boost Build has tests for running an application successfully or not, > for compiling one or more source files succes

Re: [CMake] Adding compile and build type tests to CMake/CTest

2017-09-04 Thread Roger Leigh
On 04/09/17 14:40, Edward Diener wrote: Boost Build has tests for running an application successfully or not, for compiling one or more source files successfully or not, and for building one or more source files into an exe or not. These tests in Boost Build are the run/run-fail,