summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-08-27 01:17:25 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-08-30 18:14:57 +0100
commit01ae3c3a2335ff95ad3fc40c04c3ecb884a606f9 (patch)
tree7755075a7ce326c99af6811b5cd1a0a41f541608 /tests
parentbc6aae6ca700eb37c58f3cfdbf52c93b779b67ac (diff)
meson: enable tests
At least on non-Windows platforms.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 9133bed94..51e3cf192 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,4 +1,7 @@
-#subdir('check')
+# FIXME: make check work on windows
+if host_machine.system() != 'windows'
+ subdir('check')
+endif
#subdir('examples')
#subdir('files')
#subdir('icles')