diff options
| author | rPatrickWarner <[email protected]> | 2024-05-22 19:42:15 -0700 |
|---|---|---|
| committer | rPatrickWarner <[email protected]> | 2024-05-22 19:42:15 -0700 |
| commit | 2977e76af7007f470227ccbd6a7e3cd9dd1f4bb3 (patch) | |
| tree | 959af9b8c84de286dda882fb9119feebefd92ffd /CST 126/UnitTester/UnitTester.vcxproj | |
| parent | unit tests added (diff) | |
| download | homework-1-reecepwarner-UnitTesting.tar.xz homework-1-reecepwarner-UnitTesting.zip | |
unit test and memory check addedUnitTesting
Diffstat (limited to 'CST 126/UnitTester/UnitTester.vcxproj')
| -rw-r--r-- | CST 126/UnitTester/UnitTester.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CST 126/UnitTester/UnitTester.vcxproj b/CST 126/UnitTester/UnitTester.vcxproj index 0cbba9e..1c29209 100644 --- a/CST 126/UnitTester/UnitTester.vcxproj +++ b/CST 126/UnitTester/UnitTester.vcxproj @@ -166,6 +166,7 @@ <ClCompile Include="UnitTester.cpp" /> </ItemGroup> <ItemGroup> + <ClInclude Include="crt_check_memory.hpp" /> <ClInclude Include="pch.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |