Skip to content

Commit

Permalink
Added bit.h and test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellbelove committed Jan 3, 2022
1 parent dc2ad30 commit 4a6d622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/vs2019/etl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
3 changes: 3 additions & 0 deletions test/vs2019/etl.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 4a6d622

Please sign in to comment.