Common/Event: Add unit tests

This commit is contained in:
Connor McLaughlin
2020-04-05 23:25:45 +10:00
parent e7640d5367
commit 411fbe8416
6 changed files with 88 additions and 3 deletions

View File

@ -44,6 +44,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\dep\googletest\src\gtest_main.cc" />
<ClCompile Include="event_tests.cpp" />
<ClCompile Include="rectangle_tests.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">