build: Simplified the calling of cargo.sh

This commit is contained in:
Dorota Czaplejewicz
2019-09-24 11:26:22 +00:00
parent 169f33c67a
commit e7d30d933f
4 changed files with 9 additions and 9 deletions

View File

@ -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