summaryrefslogtreecommitdiffstats
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
new file mode 100644
index 0000000..69667ac
--- /dev/null
+++ b/tests/meson.build
@@ -0,0 +1,11 @@
+subdir('common')
+#subdir('datetime')
+if host_is_linux
+ subdir('network')
+endif
+
+subdir('interactive-panels')
+
+subdir('printers')
+subdir('info')
+subdir('keyboard')