diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-03-05 23:49:03 +0100 |
---|---|---|
committer | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-03-14 15:59:09 +0100 |
commit | e44b63b3777df767d1e49f4e0ec2067b3638793f (patch) | |
tree | b11a9eb95b3798b2702f000a2d0f59b87a23f497 /test/camera/meson.build | |
parent | 86a1900657db9448a42593373f62fd7e9db3c6db (diff) |
test: camera: Add setting of configuration test
Try to set the default configuration, a modified valid configuration and
an invalid configuration.
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'test/camera/meson.build')
-rw-r--r-- | test/camera/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/camera/meson.build b/test/camera/meson.build index 186ba211..ed483719 100644 --- a/test/camera/meson.build +++ b/test/camera/meson.build @@ -2,6 +2,7 @@ # They are not alphabetically sorted. camera_tests = [ [ 'configuration_default', 'configuration_default.cpp' ], + [ 'configuration_set', 'configuration_set.cpp' ], ] foreach t : camera_tests |