diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2019-06-21 16:29:11 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-07-02 16:59:53 +0300 |
commit | 6481c71a618a7b6940cbe4269a33c24f33ddf6be (patch) | |
tree | e110abd97a5ab47f25d4bede7bb99ea0058aa765 /test/controls/meson.build | |
parent | 41c184afc3e9079d532e9fcd6a858e7961dbcf65 (diff) |
libcamera: test: Add ControlList tests
Add tests of the ControlList infrastructure and public API.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/controls/meson.build')
-rw-r--r-- | test/controls/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/controls/meson.build b/test/controls/meson.build index f8cda287..f4fc7b94 100644 --- a/test/controls/meson.build +++ b/test/controls/meson.build @@ -1,5 +1,6 @@ control_tests = [ [ 'control_info', 'control_info.cpp' ], + [ 'control_list', 'control_list.cpp' ], [ 'control_value', 'control_value.cpp' ], ] |