projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tests: Enable unit test on Windows
[platform/upstream/gstreamer.git]
/
tests
/
meson.build
1
if not get_option('tests').disabled() and gstcheck_dep.found()
2
subdir('check')
3
endif
4
5
subdir('icles')
6
if not get_option('examples').disabled()
7
subdir('examples')
8
endif