diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2019-01-11 10:18:56 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2019-01-14 17:54:56 +0100 |
commit | d833c1d39e75141f98ab88f9952f9b86a4243006 (patch) | |
tree | 47cab8290be68819d9f3c3b59fae54cd5e96c33c /test/media_device/meson.build | |
parent | d85767a8c82df0ad8530800172d7bae4f837d6d8 (diff) |
test: media_device: Add link handling test
Add a test unit that exercise link handling on the VIMC media graph.
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'test/media_device/meson.build')
-rw-r--r-- | test/media_device/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/media_device/meson.build b/test/media_device/meson.build index e4bedb79..d91a022f 100644 --- a/test/media_device/meson.build +++ b/test/media_device/meson.build @@ -1,5 +1,6 @@ media_device_tests = [ ['media_device_print_test', 'media_device_print_test.cpp'], + ['media_device_link_test', 'media_device_link_test.cpp'], ] foreach t : media_device_tests |