See accompanying License file for license details
-=cut
+=cut
package EximBuild;
qw()
],
+ # Configuration tuning for test suite ./configure
+ # e.g.:
+ # test_configure_env => { FOO => 'bar', … }
+ # test_configure_args => [ '--foo', '--bar' => 3, '-v' ]
+ test_configure_env => {},
+ test_configure_args => [],
+ # Configuration tuning for test suite run
+ # eg. test_run_args = '-FLAVOUR openssl_1_1_1',
+ test_run_args => '',
);
if ($branch eq 'global')