[libcamera-devel] [PATCH 1/3] test: Register the initialisation test with meson

Laurent Pinchart laurent.pinchart at ideasonboard.com
Thu Nov 22 16:17:47 CET 2018


Hi Kieran,

Thank you for the patch.

On Thursday, 22 November 2018 15:10:08 EET Kieran Bingham wrote:
> Register the test so that it can integrate with the meson test
> framework.
> 
> To execute the test suite, use 'ninja test'.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

and looking forward to a more interesting test being implemented ;-)

> ---
>  test/meson.build | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/test/meson.build b/test/meson.build
> index faff4b2d4da4..4f5c7a82e4c4 100644
> --- a/test/meson.build
> +++ b/test/meson.build
> @@ -1,3 +1,5 @@
>  test_init = executable('test_init', 'init.cpp',
>  		       link_with : libcamera,
>  		       include_directories : inc)
> +
> +test('Initialisation test', test_init)

-- 
Regards,

Laurent Pinchart





More information about the libcamera-devel mailing list