Add common-tests and rectangle class tests

This commit is contained in:
Connor McLaughlin
2020-04-03 01:31:58 +10:00
parent 26313b093c
commit 5b6027e6bb
6 changed files with 487 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
<ClCompile Include="rectangle_tests.cpp" />
</ItemGroup>
</Project>