fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project('run native test', ['c'])
|
||||
|
||||
executable('target_exe', 'main.c')
|
||||
|
||||
native_exe = executable('native_exe', 'main.c', native: true)
|
||||
test('native_exe', native_exe, args: ['native_test_has_run.stamp'])
|
||||
Reference in New Issue
Block a user