Register the test so that it can integrate with the meson test framework. To execute the test suite, use 'ninja test'. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
5 lines
156 B
Meson
5 lines
156 B
Meson
test_init = executable('test_init', 'init.cpp',
|
|
link_with : libcamera,
|
|
include_directories : inc)
|
|
|
|
test('Initialisation test', test_init)
|