gstreamer/tests/meson.build
Edward Hervey 2b2fce9970 build: Re-enable unit tests
Looks like they weren't ported when we switched to meson

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-libav/-/merge_requests/100>
2020-10-07 19:08:30 +09:00

3 lines
87 B
Meson

if not get_option('tests').disabled() and gstcheck_dep.found()
subdir('check')
endif