meson: don't build icles when tests are disabled
authorTim-Philipp Müller <tim@centricular.com>
Thu, 28 Feb 2019 08:52:28 +0000 (08:52 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 28 Feb 2019 08:52:28 +0000 (08:52 +0000)
They are manual tests, so let them be controlled
via the tests option.

tests/meson.build

index d55175a..6db6240 100644 (file)
@@ -1,8 +1,8 @@
 if not get_option('tests').disabled() and gstcheck_dep.found()
   subdir('check')
+  subdir('icles')
 endif
 
-subdir('icles')
 if not get_option('examples').disabled()
   subdir('examples')
 endif