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:
commit
fd873fd369
4 changed files with 970 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue