On Wed, May 20, 2009 at 9:40 PM, Robert Dailey <span dir="ltr"><<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>></span> wrote:<br>> I'm still looking to figure out how a single project can be configured to generate multiple executables. Can anyone clarify?<br>
<br>A Visual Studio project file is limited to one target (executable, library, etc.) as far as I know. If this is what you're asking.<br><br>At work what we do is clump our unit tests for each class (in a library) into a single unit test executable. In this way we minimize the number of executables linked and the number of tests that run and show up in Visual Studio.<br>
<br>We use gtest but the same principals apply with cxxtest, cppunit, etc.<br><br>-- <br>Philip Lowman<br>