Files
external_libcamera/test/media_device/meson.build
Kieran Bingham a9fe3adc4f test: media_device: Move test definition
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>
2019-01-02 11:05:26 +02:00

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)