Skip to content

Commit

Permalink
meson/test: use env to send testdir info
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Jan 30, 2025
1 parent 67efecb commit 77a56f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ test_prog = executable('test-runner',

test('Run tests',
test_prog,
args: meson.current_source_dir(),
env: environment({'TESTDIR': meson.current_source_dir()}),
)

0 comments on commit 77a56f6

Please sign in to comment.