summaryrefslogtreecommitdiffstats
path: root/test/automated/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/automated/meson.build')
-rw-r--r--test/automated/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/automated/meson.build b/test/automated/meson.build
new file mode 100644
index 0000000..a112242
--- /dev/null
+++ b/test/automated/meson.build
@@ -0,0 +1,4 @@
+subdir('displayless')
+if get_option('tests') == 'all'
+ subdir('display')
+endif