fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
project('Mercurial outchecker', 'c')
|
||||
|
||||
sp = subproject('samplesubproject')
|
||||
|
||||
exe = executable('gitprog', 'prog.c',
|
||||
include_directories : sp.get_variable('subproj_inc'),
|
||||
link_with : sp.get_variable('subproj_lib'),
|
||||
)
|
||||
|
||||
test('maintest', exe)
|
||||
Reference in New Issue
Block a user