diff --git a/tests/meson.build b/tests/meson.build index 7cc2e3cc41..c53d53806e 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,8 +1,7 @@ if not get_option('tests').disabled() and gst_check_dep.found() subdir('check') + subdir('icles') endif if not get_option('examples').disabled() subdir('examples') endif -#subdir('files') -subdir('icles')