diff --git a/test/meson.build b/test/meson.build index faff4b2d4..4f5c7a82e 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)