summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-27 04:06:31 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-11-20 21:47:50 +0200
commit56c9a978d676eb840b60b2e2c193755c64b996ab (patch)
tree092572d057a3237502841480410d79a5031abd20 /test/meson.build
parent69bb53aca1cdb5861fd19b3b1345d20e4139e938 (diff)
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>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index cf5eb84d..adb5b29e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -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'],