<div dir="ltr"><div>Hi Zack,<br><br></div> I've tried with APPEND, and I tried doing ctest_submit(PARTS 
Test) after each call to ctest_test, but no luck.  I think I will create a simple project to demonstrate the issue (and maybe I'll discover my mistake while doing that...)<br><br>Pat<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 12, 2013 at 1:21 PM, Zack Galbreath <span dir="ltr"><<a href="mailto:zack.galbreath@kitware.com" target="_blank">zack.galbreath@kitware.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu9/1213 Thu Sep 12 12:15 PM, Pat Marion wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
ctest_build()<br>
<br>
</blockquote>
<br>
This is the line that is deleting your prior results.  use this instead:<br>
ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}" APPEND)<br>
<br>
Here's the relevant blog post on why this is necessary:<br>
<a href="http://www.kitware.com/blog/home/post/11" target="_blank">http://www.kitware.com/blog/<u></u>home/post/11</a><br>
</blockquote></div><br></div>