Skip to content

Commit 33ab081

Browse files
author
Arnd R. Strube
committed
Changes for VS2005/201x
1 parent ccac8c7 commit 33ab081

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

tests/AllTests.vcproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,11 @@
754754
</FileConfiguration>
755755
</File>
756756
<File
757-
RelativePath="CppUTestExt\MockFailureTest.h"
757+
RelativePath="CppUTestExt\MockFailureReporterForTest.cpp"
758+
>
759+
</File>
760+
<File
761+
RelativePath="CppUTestExt\MockFailureReporterForTest.h"
758762
>
759763
</File>
760764
<File

tests/AllTests.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
<ClCompile Include="CppUTestExt\MockComparatorCopierTest.cpp" />
155155
<ClCompile Include="CppUTestExt\MockExpectedCallTest.cpp" />
156156
<ClCompile Include="CppUTestExt\ExpectedFunctionsListTest.cpp" />
157+
<ClCompile Include="CppUTestExt\MockFailureReporterForTest.cpp" />
157158
<ClCompile Include="CppUTestExt\MockFailureTest.cpp" />
158159
<ClCompile Include="CppUTestExt\MockHierarchyTest.cpp" />
159160
<ClCompile Include="CppUTestExt\MockNamedValueTest.cpp" />

0 commit comments

Comments
 (0)