meson: enable tests
authorTim-Philipp Müller <tim@centricular.com>
Sat, 27 Aug 2016 00:17:25 +0000 (01:17 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 30 Aug 2016 17:14:57 +0000 (18:14 +0100)
At least on non-Windows platforms.

tests/meson.build

index 9133bed..51e3cf1 100644 (file)
@@ -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')