summaryrefslogtreecommitdiff
path: root/test/meson.build
blob: 924a26f1ca66a85b494490173f77ba8b06843e37 (plain)
1
2
3
4
5
test_init = executable('test_init', 'init.cpp',
                       link_with : libcamera,
                       include_directories : libcamera_includes)

test('Initialisation test', test_init)