[libcamera-devel] [PATCH 1/5] test: media_device: Move test definition

Jacopo Mondi jacopo at jmondi.org
Wed Jan 2 10:31:52 CET 2019


Hi Kieran,
   thanks, I was not sure what the policy was,

On Tue, Jan 01, 2019 at 09:29:43PM +0000, Kieran Bingham wrote:
> The test definition for the media_device_test executable should be
> located with the exectuable definition.
>
> Move it to the meson.build of that test suite subdir.
>

Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>

> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
>  test/media_device/meson.build | 2 ++
>  test/meson.build              | 1 -
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/test/media_device/meson.build b/test/media_device/meson.build
> index a73644a08d6c..a7ebed102e24 100644
> --- a/test/media_device/meson.build
> +++ b/test/media_device/meson.build
> @@ -1,3 +1,5 @@
>  media_device_test = executable('media_device_test', 'media_device_test.cpp',
>                                 link_with : test_libraries,
>                                 include_directories : test_includes_internal)
> +
> +test('Media Device Test', media_device_test)
> diff --git a/test/meson.build b/test/meson.build
> index aabe79ddc442..3b7591ad9204 100644
> --- a/test/meson.build
> +++ b/test/meson.build
> @@ -24,4 +24,3 @@ subdir('media_device')
>
>  test('Initialisation test', test_init)
>  test('List Camera API tests', list)
> -test('Media Device Test', media_device_test)
> --
> 2.17.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20190102/579f8f23/attachment.sig>


More information about the libcamera-devel mailing list