On downloading and unzipping cpputest-3.7.1, I opened CppUTest.sln.
In project CppUTest, it shows the following files which are not present in the .zip file:
- include\CppUTest\EqualsFailure.h --> contents appear to have been moved to TestFailure.h
- include\CppUTest\Failure.h --> used?
- include\CppUTest\MemoryLeakWarning.h --> not sure, now MemoryLeakWarningPlugin.h?
- include\CppUTest\MockTestOutput.h --> used?
- include\CppUTest\NullTest.h --> not sure, now NullTestPlugin.h?
- src\Platforms\VisualCpp\Platform.h --> now UTestPlatform.h?
- include\CppUTest\RealTestOutput.h --> used?
- include\CppUTest\SimpleStringExtensions.h --> not sure, now in SimpleString.h?
- include\CppUTest\TestInstaller.h --> appears to be defined in UTest.h
- include\CppUTest\VirtualCall.h --> used?
Plus any files which are needed but not included in the .sln file.
Is Visual Studio currently intended to be supported, please?
Thank you,
Scott