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

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