mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Forced MOCK_ERROR_POLICY to mock_error across all tests to prevent ODR violation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@697 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
dbf430692d
commit
0609c6c1fa
10 changed files with 312 additions and 247 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<ClCompile Include="..\..\test\detail\test_type_name.cpp" />
|
||||
<ClCompile Include="..\..\test\test_constraint.cpp" />
|
||||
<ClCompile Include="..\..\test\test_constraints.cpp" />
|
||||
<ClCompile Include="..\..\test\test_error.cpp" />
|
||||
<ClCompile Include="..\..\test\test_exception.cpp" />
|
||||
<ClCompile Include="..\..\test\test_integration.cpp" />
|
||||
<ClCompile Include="..\..\test\test_log.cpp" />
|
||||
<ClCompile Include="..\..\test\test_matcher.cpp" />
|
||||
|
|
|
|||
|
|
@ -21,9 +21,6 @@
|
|||
<ClCompile Include="..\..\test\test_constraints.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\test_error.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\test_integration.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
|
@ -66,5 +63,8 @@
|
|||
<ClCompile Include="..\..\test\test_constraint.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\test_exception.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue