Merge pull request #5262 from ReinUsesLisp/buffer-base

buffer_cache/buffer_base: Add a range tracking buffer container and tests
This commit is contained in:
Rodrigo Locatti
2021-01-16 19:48:26 -03:00
committed by GitHub
4 changed files with 970 additions and 0 deletions

View File

@ -5,6 +5,7 @@ add_executable(tests
common/ring_buffer.cpp
core/core_timing.cpp
tests.cpp
video_core/buffer_base.cpp
)
create_target_directory_groups(tests)