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

test('Initialisation test', test_init)