gstreamer/tests/meson.build
Stéphane Cerveau bda7145460 gstreamer-full: add unit test
This test allows to test gstreamer-full behaviour

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/203>
2020-10-12 10:27:55 +02:00

5 lines
80 B
Meson

if get_option('tests').disabled()
subdir_done()
endif
subdir('static-plugins')