From 01ae3c3a2335ff95ad3fc40c04c3ecb884a606f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 27 Aug 2016 01:17:25 +0100 Subject: [PATCH] meson: enable tests At least on non-Windows platforms. --- tests/meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 9133bed941..51e3cf1928 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')