mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-09-05 17:59:59 +00:00
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.
This commit is contained in:
+1
-1
@@ -76,5 +76,5 @@ endif
|
|||||||
gen_test_runner = generator(
|
gen_test_runner = generator(
|
||||||
find_program('auto/generate_test_runner.rb'),
|
find_program('auto/generate_test_runner.rb'),
|
||||||
output: '@BASENAME@_Runner.c',
|
output: '@BASENAME@_Runner.c',
|
||||||
arguments: ['@INPUT@', '@OUTPUT@']
|
arguments: ['@EXTRA_ARGS@', '@INPUT@', '@OUTPUT@']
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user