<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Bill,<br>
thanks for quick reply, <br>
but it did not explain, why it is not possible to run Continuous builds
"per partes". <br>
To be able to test our project continuously, I need to call make
install, because a binary and some other runtime files must be copied
to more than one directory. During the test multiple instances of
binary are called from different directories. That's why I need to
properly install project using 'install' target.<br>
So 'ctest -D Continuous' works as it should, but I'm not able to run
tests. Maybe if 'install' target could be made during making 'all'
target, then 'ctest -D Continuous' would do the work I need.<br>
<br>
Is a bug that <br>
'ctest -D Continuous' <br>
behaves differently  than <br>
'ctest -D ContinuousStart &amp;&amp; ctest -D ContinuousUpdate
&amp;&amp; ctest -D ContinuousConfigure &amp;&amp; ctest -D
ContinuousBuild &amp;&amp; ctest -D ContinuousSubmit' <br>
?<br>
<br>
Petr<br>
<br>
Bill Lorensen wrote:
<blockquote
 cite="mid4db4735c0707240721x3d182470v27079d83e9e34a91@mail.gmail.com"
 type="cite">
  <div>There is no need to do a "make install"</div>
  <div> </div>
  <div>ctest -D Continuous</div>
  <div> </div>
  <div>updates, configures, builds and runs the tests. </div>
  <div> </div>
  <div>Here is the ctest script that I use for continuous builds under
linux:</div>
  <div> </div>
  <div><a
 href="http://www.itk.org/Testing/Sites/BillsLinuxLaptop/Linux-gcc41-release/20070724-0801-Continuous/Notes.html">http://www.itk.org/Testing/Sites/BillsLinuxLaptop/Linux-gcc41-release/20070724-0801-Continuous/Notes.html
  </a></div>
  <div> </div>
  <div>Look in "your binary tree"/Testing/Temporary/ctest.log to see
what's happening.</div>
  <div> </div>
  <div>Bill<br>
  <br>
 </div>
  <div><span class="gmail_quote">On 7/24/07, <b
 class="gmail_sendername">Petr Smrčka - plain</b> &lt;<a
 href="mailto:smrcka@1sig.cz">smrcka@1sig.cz</a>&gt; wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div text="#000000" bgcolor="#ffffff">
    <pre><font color="#000000">Hello to everyone, </font>
    </pre>
    </div>
  </blockquote>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div text="#000000" bgcolor="#ffffff">
    <pre><font color="#000000">I would like to run Continous tests, but before running CountinousTest stage, 
I need to call make install. So I made ctest script, where I set CTEST_COMMAND:</font></pre>
    <pre><font color="#000000"># which ctest command to use for running the dashboard</font></pre>
    <pre cols="72"><pre><font color="#000000">
SET (CTEST_COMMAND</font></pre><pre><font color="#000000">      "/usr/bin/ctest -D ${MODEL}Start"
      "/usr/bin/ctest -D ${MODEL}Update"
      "/usr/bin/ctest -D ${MODEL}Configure"
      "/usr/bin/ctest -D ${MODEL}Build"
      "make install"
      "/usr/bin/ctest -D ${MODEL}Test"
      "/usr/bin/ctest -D ${MODEL}Coverage"
      "/usr/bin/ctest -A \"${CTEST_NOTES_FILES}\" -D ${MODEL}Submit"</font></pre><pre><font
 color="#000000">    )</font></pre><pre><font color="#000000">But no results are submitted even if there were updates. If I run just 'ctest -D Continuous' (without running tests), results are normally submitted to Dart. 
Do you have any idea, what am I doing wrong? </font></pre><pre><font
 color="#000000">   </font></pre><pre><font color="#000000">Thanks for any tip</font></pre><font
 color="#000000">-- 
Petr Smrčka &lt;smrcka at 1sig dot cz&gt;
První Signální, a.s.
Czech Republic
</font></pre>
    </div>
    <br>
_______________________________________________<br>
CMake mailing list<br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
    <a onclick="return top.js.OpenExtLink(window,event,this)"
 href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Petr Smrčka &lt;smrcka at 1sig dot cz&gt;
První Signální, a.s.
Czech Republic
</pre>
</body>
</html>