Re: [CMake] weird output with ctest

2009-08-31 Thread Bill Lorensen
> >> Date: Sun, 30 Aug 2009 17:20:26 -0400 >> Subject: Re: [CMake] weird output with ctest >> From: dresche...@gmail.com >> To: aditya15...@hotmail.com; cmake@cmake.org >> >>> I have the following command in my CMakeLists.txt and I run the test >>

Re: [CMake] weird output with ctest

2009-08-30 Thread Alex H
Well problem is why doesn't it print the std::cout that I've put inside main? while it's running main > Date: Sun, 30 Aug 2009 17:20:26 -0400 > Subject: Re: [CMake] weird output with ctest > From: dresche...@gmail.com > To: aditya15...@hotmail.com; cmake@cmake.org

Re: [CMake] weird output with ctest

2009-08-30 Thread John Drescher
> I have the following command in my CMakeLists.txt and I run the test using > the command ctest -VV -R test. However the test results doesn't print > anything that I defined on the test code, it just shows the test passed. > add_test(test ../build/gbc 0.1 0.3 0.5 0.7 0.9) > That is all it is suppo

[CMake] weird output with ctest

2009-08-30 Thread Alex H
I have the following command in my CMakeLists.txt and I run the test using the command ctest -VV -R test. However the test results doesn't print anything that I defined on the test code, it just shows the test passed. add_test(test ../build/gbc 0.1 0.3 0.5 0.7 0.9) When I run ./gbc 0.1 0.3 0.5

Re: [CMake] Weird output

2008-09-18 Thread Alan W. Irwin
On 2008-09-18 08:04+0200 Jesper Eskilson wrote: Alan W. Irwin wrote: I doubt setting VERBOSE at the end like that after the "all" target will work. For that order make probably assumes "VERBOSE=" is a target which is not what you want. I don't think so. [...] I investigated further, and "Un

Re: [CMake] Weird output

2008-09-17 Thread Jesper Eskilson
Alan W. Irwin wrote: On 2008-09-17 09:10+0200 Jesper Eskilson wrote: Timenkov Yuri wrote: Anyway, the printout is inside a if(this->Verbose) { ... }, so presumable it is something which can be switched on/off. And it seems not a problem, because CMake just tells why it regenerates d

Re: [CMake] Weird output

2008-09-17 Thread Alan W. Irwin
On 2008-09-17 09:10+0200 Jesper Eskilson wrote: Timenkov Yuri wrote: Anyway, the printout is inside a if(this->Verbose) { ... }, so presumable it is something which can be switched on/off. And it seems not a problem, because CMake just tells why it regenerates dependencies. But it

Re: [CMake] Weird output

2008-09-17 Thread Jesper Eskilson
Timenkov Yuri wrote: Anyway, the printout is inside a if(this->Verbose) { ... }, so presumable it is something which can be switched on/off. And it seems not a problem, because CMake just tells why it regenerates dependencies. But it clutters my make output. I like my make output to

Re: [CMake] Weird output

2008-09-17 Thread Timenkov Yuri
On Wed, Sep 17, 2008 at 10:59 AM, Jesper Eskilson <[EMAIL PROTECTED]>wrote: > Timenkov Yuri wrote: > >> >> >> On Tue, Sep 16, 2008 at 11:08 AM, Jesper Eskilson <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote: >> >>Hi all, >> >>I get several weird printouts in our build-server logs which I do

Re: [CMake] Weird output

2008-09-17 Thread Jesper Eskilson
Timenkov Yuri wrote: On Tue, Sep 16, 2008 at 11:08 AM, Jesper Eskilson <[EMAIL PROTECTED] > wrote: Hi all, I get several weird printouts in our build-server logs which I don't get when I'm building from an (interactive) terminal: Dependee