Thanks.  I have examples (for documentation) which run much longer than the standard regressions.<br><br>Juan<br><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 10:15 AM, Tyler Roscoe <span dir="ltr">&lt;<a href="mailto:tyler@cryptio.net">tyler@cryptio.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Tue, Dec 07, 2010 at 02:39:18AM -0600, j s wrote:<br>
&gt; Is there a way to pass the ctest -E flag to a visual studio 10 configuration<br>
&gt; to prevent certain tests from running in the regressions?<br>
<br>
</div>I don&#39;t know of a good way (and I&#39;m not 100% sure what you mean by<br>
&quot;prevent certain tests from running in the regressions&quot;) but what I<br>
usually do is just edit the command associated with the RUN_TESTS target<br>
and add command-line args (-E, -VV) there.<br>
<br>
If you have a permanent set you like to exclude, you can just create<br>
your own target MY_RUN_TESTS or whatever that runs<br>
${CMAKE_CTEST_COMMAND} with your preferred arguments.<br>
<br>
hth,<br>
<font color="#888888">tyler<br>
</font></blockquote></div><br>