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:
Nirbheek Chauhan 2016-11-04 14:06:38 +05:30
parent 268f737612
commit cb36843863
1 changed files with 1 additions and 1 deletions

View File

@ -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')