fix: noconfirm auto-selects first AUR match
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
project('gtest dependency with version', 'cpp')
|
||||
|
||||
if not dependency('gtest', method: 'system', required: false).found()
|
||||
error('MESON_SKIP_TEST test requires gtest')
|
||||
endif
|
||||
|
||||
# discovering gtest version is not yet implemented
|
||||
dep = dependency('gtest', method: 'system', version: '>0')
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/80 gtest dependency with version/meson.build:8:6: ERROR: Dependency 'gtest' is required but not found."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user