The test definition for the media_device_test executable should be located with the exectuable definition. Move it to the meson.build of that test suite subdir. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6 lines
259 B
Meson
6 lines
259 B
Meson
media_device_test = executable('media_device_test', 'media_device_test.cpp',
|
|
link_with : test_libraries,
|
|
include_directories : test_includes_internal)
|
|
|
|
test('Media Device Test', media_device_test)
|