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

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Nov 22 16:23:57 CET 2018


On 22/11/2018 15:17, Laurent Pinchart wrote:
> 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 ;-)

Me too - Just needs someone to post some real source code.
I think I've given enough framework to do so now ;D

I'll apply this patch.

>> ---
>>  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
--
Kieran


More information about the libcamera-devel mailing list