[libcamera-devel] [PATCH v4 7/7] test: delayed_controls: Rename delayed_contols.cpp to delayed_controls.cpp

Kieran Bingham kieran.bingham at ideasonboard.com
Fri Mar 12 14:38:44 CET 2021


On 04/03/2021 08:17, Naushir Patuck wrote:
> There was a typo in the unit test filename. Fix this typo, no other
> functional change in this commit.
> 

Phew, an easy one.... ;-)

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> Signed-off-by: Naushir Patuck <naush at raspberrypi.com>
> ---
>  test/{delayed_contols.cpp => delayed_controls.cpp} | 0
>  test/meson.build                                   | 2 +-
>  2 files changed, 1 insertion(+), 1 deletion(-)
>  rename test/{delayed_contols.cpp => delayed_controls.cpp} (100%)
> 
> diff --git a/test/delayed_contols.cpp b/test/delayed_controls.cpp
> similarity index 100%
> rename from test/delayed_contols.cpp
> rename to test/delayed_controls.cpp
> diff --git a/test/meson.build b/test/meson.build
> index 89e6ebff5f6b..310b7cad0600 100644
> --- a/test/meson.build
> +++ b/test/meson.build
> @@ -30,7 +30,7 @@ internal_tests = [
>      ['bayer-format',                    'bayer-format.cpp'],
>      ['byte-stream-buffer',              'byte-stream-buffer.cpp'],
>      ['camera-sensor',                   'camera-sensor.cpp'],
> -    ['delayed_contols',                 'delayed_contols.cpp'],
> +    ['delayed_controls',                'delayed_controls.cpp'],
>      ['event',                           'event.cpp'],
>      ['event-dispatcher',                'event-dispatcher.cpp'],
>      ['event-thread',                    'event-thread.cpp'],
> 

-- 
Regards
--
Kieran


More information about the libcamera-devel mailing list