fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
project('dub')
|
||||
|
||||
if not add_languages('d', required: false)
|
||||
error('MESON_SKIP_TEST test requires D compiler')
|
||||
endif
|
||||
|
||||
if not find_program('dub', required: false).found()
|
||||
error('MESON_SKIP_TEST test requires dub')
|
||||
endif
|
||||
|
||||
dependency('dubtestproject', method: 'dub') # Not library (none)
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/81 dub library/meson.build:11:0: ERROR: Dependency \"dubtestproject\" not found"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user