mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
3796ee2466
Set up a test suite that runs fluster in a virtual machine using virtme. This test only runs when a kernel image path is set in the new `virtme_kernel_image` meson option. The kernel iimage must have support for visl. The suite contains 4 tests, 1 for each supported codec in visl: - vp8 - vp9 - h.264 - hevc Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5434>
6 lines
114 B
Meson
6 lines
114 B
Meson
if get_option('tests').disabled()
|
|
subdir_done()
|
|
endif
|
|
subdir('static-plugins')
|
|
subdir('python')
|
|
subdir('virtme')
|