test: Register the initialisation test with meson
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>
This commit is contained in:
parent
23ac77dc4a
commit
cc4de52524
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
test_init = executable('test_init', 'init.cpp',
|
||||
link_with : libcamera,
|
||||
include_directories : inc)
|
||||
|
||||
test('Initialisation test', test_init)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue