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
commit fd873fd369
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)