Added bit.h and test files

This commit is contained in:
John Wellbelove 2022-01-03 18:24:05 +00:00
parent dc2ad30294
commit 4a6d6220e4
2 changed files with 4 additions and 0 deletions

View File

@ -7790,6 +7790,7 @@
<ClCompile Include="..\test_alignment.cpp" />
<ClCompile Include="..\test_atomic_clang_sync.cpp" />
<ClCompile Include="..\test_atomic_gcc_sync.cpp" />
<ClCompile Include="..\test_bit.cpp" />
<ClCompile Include="..\test_bresenham_line.cpp" />
<ClCompile Include="..\test_buffer_descriptors.cpp" />
<ClCompile Include="..\test_byte_stream.cpp" />

View File

@ -3086,6 +3086,9 @@
<ClCompile Include="..\test_delegate_service_cpp03.cpp">
<Filter>Tests</Filter>
</ClCompile>
<ClCompile Include="..\test_bit.cpp">
<Filter>Tests</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\library.properties">