summaryrefslogtreecommitdiff
path: root/test/controls/meson.build
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-28 16:22:24 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-10-05 20:02:51 +0300
commitace50f75a4d4c10c0deb90fc857525b565cdd8c9 (patch)
treeb78482ea5b759f6b3cc37d45ad75594f387445ab /test/controls/meson.build
parentf1ab117e81e55b9b030dd921394dde294f7c3dc0 (diff)
libcamera: controls: Rename ControlInfo to ControlRange
The ControlInfo class stores a range of valid values for a control. Its name is vague, as "info" has multiple meanings. Rename it to ControlRange. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Diffstat (limited to 'test/controls/meson.build')
-rw-r--r--test/controls/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controls/meson.build b/test/controls/meson.build
index f4fc7b94..9f0f005a 100644
--- a/test/controls/meson.build
+++ b/test/controls/meson.build
@@ -1,6 +1,6 @@
control_tests = [
- [ 'control_info', 'control_info.cpp' ],
[ 'control_list', 'control_list.cpp' ],
+ [ 'control_range', 'control_range.cpp' ],
[ 'control_value', 'control_value.cpp' ],
]