test: Add ByteStreamBuffer test
The test exercises the API of the ByteStreamBuffer class in both read and write modes, including carve out buffers. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
parent
69bb53aca1
commit
56c9a978d6
2 changed files with 173 additions and 0 deletions
|
@ -19,6 +19,7 @@ public_tests = [
|
|||
]
|
||||
|
||||
internal_tests = [
|
||||
['byte-stream-buffer', 'byte-stream-buffer.cpp'],
|
||||
['camera-sensor', 'camera-sensor.cpp'],
|
||||
['event', 'event.cpp'],
|
||||
['event-dispatcher', 'event-dispatcher.cpp'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue