To clarify, if my dependencies are properly spelled out correctly for all of my targets, the build order will be handled properly in Visual Studio?<br><br>Regards,<br><br>Juan<br><br><div class="gmail_quote">On Thu, Jul 30, 2009 at 1:47 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, Jul 30, 2009 at 2:44 PM, j s&lt;<a href="mailto:j.s4403@gmail.com">j.s4403@gmail.com</a>&gt; wrote:<br>

&gt; Going into the build configuration and telling it to run tests, (I think the<br>
&gt; checkbox is RUNTESTS, but I don&#39;t have my laptop here), causes it to run<br>
&gt; tests as it is trying to compile the main executable for my project.<br>
&gt;<br>
&gt; The directory structure is:<br>
&gt; lib1<br>
&gt; lib2<br>
&gt; lib3<br>
&gt; main (location of the main() entry point of the program)<br>
&gt; testing<br>
&gt;<br>
&gt; CTEST is being called before it is done compiling my application.<br>
<br>
</div>I can tell you that tests can be a problem because RUN_TEST is by<br>
default not dependent on any of the other projects in your build.<br>
There have been a couple of threads about this a few months back.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br>