mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
python: Add an option to disable tests
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1093>
This commit is contained in:
parent
e73fc26cf6
commit
4c8ebd5d73
2 changed files with 4 additions and 1 deletions
|
@ -98,4 +98,6 @@ endif
|
|||
|
||||
subdir('gi')
|
||||
subdir('plugin')
|
||||
subdir('testsuite')
|
||||
if not get_option('tests').disabled()
|
||||
subdir('testsuite')
|
||||
endif
|
||||
|
|
|
@ -3,3 +3,4 @@ option('pygi-overrides-dir', type : 'string', value : '',
|
|||
option('libpython-dir', type : 'string', value : '',
|
||||
description: 'Path to find libpythonXX.so')
|
||||
option('python', type : 'string', value : 'python3')
|
||||
option('tests', type : 'feature', value : 'auto', yield : true)
|
||||
|
|
Loading…
Reference in a new issue