mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
7ce24e6ff7
Add minimal unit test toolchain files and a simple vaapipostproc unit test.
8 lines
177 B
Meson
8 lines
177 B
Meson
if not get_option('tests').disabled() and gstcheck_dep.found()
|
|
subdir('check')
|
|
endif
|
|
|
|
if not get_option('examples').disabled()
|
|
subdir('examples')
|
|
subdir('internal')
|
|
endif
|