CommonTests: Add tests for BitUtils

This commit is contained in:
Connor McLaughlin
2020-04-26 18:33:18 +10:00
parent 5671fde1ae
commit 28a022547f
4 changed files with 71 additions and 0 deletions

View File

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