We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552128b commit 6232e71Copy full SHA for 6232e71
test/meson.build
@@ -37,5 +37,5 @@ test_prog = executable('test-runner',
37
38
test('Run tests',
39
test_prog,
40
- workdir: meson.project_source_root(),
+ args: meson.current_source_dir(),
41
)
0 commit comments