libcamera/test/meson.build
Kieran Bingham cc4de52524 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>
2018-11-22 15:24:56 +00:00

5 lines
156 B
Meson

test_init = executable('test_init', 'init.cpp',
link_with : libcamera,
include_directories : inc)
test('Initialisation test', test_init)