fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
project('yield_options')
|
||||
|
||||
subproject('sub')
|
||||
|
||||
assert(get_option('unshared_option') == 'one', 'Unshared option has wrong value in superproject.')
|
||||
assert(get_option('shared_option') == 'two', 'Shared option has wrong value in superproject..')
|
||||
assert(get_option('wrongtype_option') == 'three', 'Wrongtype option has wrong value in superproject..')
|
||||
Reference in New Issue
Block a user