summaryrefslogtreecommitdiff
path: root/test/v4l2_subdevice/meson.build
blob: f45dca0d23d7a15ff4f50ac743f6d37b9d5f6217 (plain)
1
2
3
4
5
6
7
8
9
10
v4l2_subdevice_tests = [
  [ 'test_formats',             'test_formats.cpp'],
]

foreach t : v4l2_subdevice_tests
    exe = executable(t[0], [t[1], 'v4l2_subdevice_test.cpp'],
        link_with : test_libraries,
        include_directories : test_includes_internal)
    test(t[0], exe, suite: 'v4l2_subdevice', is_parallel: false)
endforeach