gstreamer/tests/meson.build
U. Artie Eoff 7ce24e6ff7 tests: check: initial unit test support
Add minimal unit test toolchain files and a simple
vaapipostproc unit test.
2019-10-16 12:49:17 -07:00

9 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