summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2020-08-04 21:59:03 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-08-06 15:44:00 +0100
commite5b829ee53103da16e5b775c5c5b4973bc50d56a (patch)
tree2e3857a19d3e76ae97144c84ced55196f40209df /test/meson.build
parentb3383da79f1d513b0d76db220a7104e1c1035e30 (diff)
test: mapped-buffers: Provide MappedBuffer test
Provide initial testing framework for the MappedBuffer component. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
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 77518715..0a1d434e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -31,6 +31,7 @@ internal_tests = [
['file', 'file.cpp'],
['file-descriptor', 'file-descriptor.cpp'],
['hotplug-cameras', 'hotplug-cameras.cpp'],
+ ['mapped-buffer', 'mapped-buffer.cpp'],
['message', 'message.cpp'],
['object', 'object.cpp'],
['object-delete', 'object-delete.cpp'],