meson: enable tests

At least on non-Windows platforms.
This commit is contained in:
Tim-Philipp Müller 2016-08-27 01:17:25 +01:00
parent bc6aae6ca7
commit 01ae3c3a23

View 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')