Skip to content

Commit 4d80400

Browse files
committed
meson/test: use env to send testdir info
1 parent 9ed0847 commit 4d80400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ test_prog = executable('test-runner',
3737

3838
test('Run tests',
3939
test_prog,
40-
args: meson.current_source_dir(),
40+
env: environment({'TESTDIR': meson.current_source_dir()}),
4141
)

0 commit comments

Comments
 (0)