failing tests: required : true is true implicitly
We need to test that the not-required then required case also works when required is True implicitly.
This commit is contained in:
parent
268f737612
commit
cb36843863
|
@ -1,4 +1,4 @@
|
|||
project('dep-test', 'c', version : '1.0')
|
||||
|
||||
foo_dep = dependency('foo-bar-xyz-12.3', required : false)
|
||||
bar_dep = dependency('foo-bar-xyz-12.3', required : true)
|
||||
bar_dep = dependency('foo-bar-xyz-12.3')
|
||||
|
|
Loading…
Reference in New Issue