mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
tests: Require at least nunit 2.6
This commit is contained in:
parent
754c2e92f3
commit
4a4e7d10c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ if nunit_console.found()
|
|||
)
|
||||
|
||||
|
||||
nunit_dep = dependency('mono-nunit', required: false)
|
||||
nunit_dep = dependency('mono-nunit', required: false, version: ['>=2.6', '< 2.7'])
|
||||
if not nunit_dep.found()
|
||||
if get_nunit_res.returncode() != 0
|
||||
message('Failed to get NUnit: ' + get_nunit_res.stderr())
|
||||
|
|
Loading…
Reference in a new issue