projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc6aae6
)
meson: enable tests
author
Tim-Philipp Müller
<tim@centricular.com>
Sat, 27 Aug 2016 00:17:25 +0000
(
01:17
+0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/tests/meson.build
b/tests/meson.build
index
9133bed
..
51e3cf1
100644
(file)
--- 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')