<div class="gmail_quote">On Mon, Aug 20, 2012 at 3:20 PM, Alexander Neundorf <span dir="ltr"><<a href="mailto:neundorf@kde.org" target="_blank">neundorf@kde.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Friday 17 August 2012, Alexander Neundorf wrote:<br>
> On Friday 17 August 2012, David Cole wrote:<br>
> > On Fri, Aug 17, 2012 at 2:17 PM, Alexander Neundorf<br>
<<a href="mailto:neundorf@kde.org">neundorf@kde.org</a>>wrote:<br>
> > > **<br>
> > ><br>
> > > On Friday 17 August 2012, David Cole wrote:<br>
> > ><br>
> > > ...<br>
> > ><br>
> > > > the -S script. Next, start adding printf debugging if necessary to<br>
> > > > the<br>
> > ><br>
> > > code<br>
> > ><br>
> > > > where the return values of launcher-launched programs are being<br>
> > ><br>
> > > calculated.<br>
> > ><br>
> > > I guess cmCTestLaunch::IsError() etc ?<br>
> > ><br>
> > > Alex<br>
> ><br>
> > Unfortunately, it's been a long time since I looked at that particular<br>
> > ctest code in such depth. I'd have to investigate just as much as you to<br>
> > figure it out.<br>
><br>
> Ok. I'm looking into it.<br>
> This is what I get:<br>
><br>
> ....<br>
> gmake[2]: *** [Foo/Bar] Error 1<br>
> gmake[1]: *** [Foo/CMakeFiles/Bar.dir/all] Error 2<br>
> gmake: *** [all] Error 2<br>
>  Size of output: 112K<br>
> Command exited with the value: 2<br>
> MakeCommand:/usr/bin/gmake<br>
> Error(s) when building project<br>
>    0 Compiler errors<br>
>    1 Compiler warnings<br>
> SetCTestConfiguration:DropMethod:http<br>
> ...<br>
><br>
> I guess I'll find something...<br>
<br>
</div></div>Found it.<br>
The projects where it didn't work didn't have<br>
include(CTest)<br>
in their CMakeLists.txt<br>
Including this file made it work.<br>
I haven't figured out which exact setting is causing this, but I think it<br>
would be good if ctest would error with if CTEST_USE_LAUNCHERS is TRUE but<br>
CTest.cmake has not been included (or the appropriate variable been set).<br></blockquote><div><br></div><div>That would be good. Do you have time to propose a patch for it? :-)</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I guess it's the CTEST_LAUNCH_COMPILE/LINK/CUSTOM variables/global<br>
properties...<br>
<br>
Alex<br>
</blockquote></div><br>