mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-05 17:15:41 +00:00
Add generic circular buffer
Add a circular buffer implementation, to factorize multiple specific queues implementation.
This commit is contained in:
parent
7475550ae8
commit
b38292cd69
3 changed files with 126 additions and 0 deletions
|
@ -154,6 +154,9 @@ executable('scrcpy', src,
|
|||
### TESTS
|
||||
|
||||
tests = [
|
||||
['test_cbuf', [
|
||||
'tests/test_cbuf.c',
|
||||
]],
|
||||
['test_control_event_queue', [
|
||||
'tests/test_control_event_queue.c',
|
||||
'src/control_event.c'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue