<div>Make that:</div><div>cmake -DBUILDNAME=MyBuildName . &amp;&amp; ctest -D Experimental</div><div><br></div><div>(forgot the &#39;.&#39; ...)</div><div><br></div><br><div class="gmail_quote">On Thu, Jun 24, 2010 at 3:21 PM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">cmake -DBUILDNAME=MyBuildName . &amp;&amp; make &amp;&amp; make test<div><br></div><div>test does not depend on all so that it can just run quickly... so you need the middle make in the above command line if you actually want to build your stuff first.</div>

<div><br></div><div>But why do you even need to set BUILDNAME for a &quot;make test&quot; -- it only really applies when you&#39;re submitting a dashboard.</div><div><br></div><div>You would do something like:</div><div>
cmake -DBUILDNAME=MyBuildName &amp;&amp; ctest -D Experimental</div>
<div><br></div><div>...to run an experimental dashboard including configure, build and test stages...</div><div><br></div><div>Does that make sense?</div><div><br></div><div><br></div><div>HTH,</div><div>David</div><div>
<br>
</div><div><br><br><div class="gmail_quote"><div><div></div><div class="h5">On Thu, Jun 24, 2010 at 3:07 PM, Convey, Christian J CIV NUWC NWPT <span dir="ltr">&lt;<a href="mailto:christian.convey@navy.mil" target="_blank">christian.convey@navy.mil</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">Suppose I want do just use &quot;ctest&quot; in a dead-simple manner:  add a few lines to my CMakeLists.txt files, then run &quot;cmake . &amp;&amp; make test&quot;.<br>


<br>
In this scheme, what&#39;s the easiest way I can set CTEST_BUILD_NAME?  Simply setting that variable in my CMakeLists.txt file doesn&#39;t *seem* to be effective.<br>
<br>
Thanks,<br>
<font color="#888888">Christian<br>
</font><br></div></div><div class="im">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></div></blockquote></div><br></div>
</blockquote></div><br>