Merge build 30

This commit is contained in:
Malcolm Noyes
2014-03-10 12:02:14 +00:00
36 changed files with 405 additions and 1083 deletions

View File

@@ -153,7 +153,6 @@
<ClCompile Include="..\..\SelfTest\ApproxTests.cpp" />
<ClCompile Include="..\..\SelfTest\BDDTests.cpp" />
<ClCompile Include="..\..\SelfTest\ClassTests.cpp" />
<ClCompile Include="..\..\SelfTest\CmdLineTests.cpp" />
<ClCompile Include="..\..\SelfTest\ConditionTests.cpp" />
<ClCompile Include="..\..\SelfTest\ExceptionTests.cpp" />
<ClCompile Include="..\..\SelfTest\GeneratorTests.cpp" />

View File

@@ -41,9 +41,6 @@
<ClCompile Include="..\..\SelfTest\ClassTests.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\SelfTest\CmdLineTests.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\SelfTest\ConditionTests.cpp">
<Filter>Source Files</Filter>
</ClCompile>

View File

@@ -8,6 +8,7 @@
#include "targetver.h"
// Headers for CppUnitTest
#pragma warning( disable : 4505 ) // required for including CppUnitTest.h at /W4
#include "CppUnitTest.h"
// TODO: reference additional headers your program requires here