gstreamer/tests/meson.build
U. Artie Eoff 97aabe8784 tests: move examples and tests to subfolders
This makes way for adding unit (check) tests.
2019-10-16 12:48:24 -07:00

5 lines
89 B
Meson

if not get_option('examples').disabled()
subdir('examples')
subdir('internal')
endif