libcamera/test/controls
Laurent Pinchart 8abcce31ee test: meson: Use dictionaries instead of arrays to store test information
Tests are listed in meson.build using arrays that contain the test name
and source files at fixed positions. This isn't very readable, leading
to code using test[0], test[1] and test[2]. Replace the arrays with
dictionaries to improve readability.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2022-10-07 17:05:42 +03:00
..
control_info.cpp libcamera: controls: initialise control info to ControlTypeNone by default 2022-09-12 18:29:11 +09:00
control_info_map.cpp libcamera: pipelines: Use sensor ID as camera name 2020-08-05 20:07:13 +02:00
control_list.cpp test: control_list: Use get() to test for control presence 2022-07-20 13:25:02 +03:00
control_value.cpp test: controls: control_value: Test string control type 2020-03-20 16:47:45 +02:00
meson.build test: meson: Use dictionaries instead of arrays to store test information 2022-10-07 17:05:42 +03:00