Create a subdirectory to contain the libtest helper library. Define two variables to clarify when tests are aimed at public or internal components. 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>
4 lines
213 B
Meson
4 lines
213 B
Meson
media_device_test = executable('media_device_test', 'media_device_test.cpp',
|
|
link_with : test_libraries,
|
|
include_directories : test_includes_internal)
|