Skip to content

Commit 2881e8d

Browse files
author
Dominik Loidolt
committed
meson: Add '@EXTRA_ARGS@' to generate_test_runner arguments
Extended the argument list in meson generator for the test runner strict by adding '@EXTRA_ARGS@'. This change enables the test runner script to accept additional configuration parameters alongside '@input@' and '@output@', increasing its flexibility.
1 parent 23e8edb commit 2881e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ endif
7676
gen_test_runner = generator(
7777
find_program('auto/generate_test_runner.rb'),
7878
output: '@BASENAME@_Runner.c',
79-
arguments: ['@INPUT@', '@OUTPUT@']
79+
arguments: ['@EXTRA_ARGS@', '@INPUT@', '@OUTPUT@']
8080
)

0 commit comments

Comments
 (0)