build: Simplified the calling of cargo.sh
This commit is contained in:
@ -51,7 +51,7 @@ foreach layout : ['us', 'nb', 'number']
|
||||
test(
|
||||
'test_layout_' + layout,
|
||||
cargo_script,
|
||||
args: [meson.source_root(), '', 'run', '--example', 'test_layout', layout]
|
||||
args: ['', 'run', '--example', 'test_layout', layout]
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user