| April 6 2019 | Multisection: When You Need to Bisect More Than Once | Back Next |
Tell object which test files to run during multisection
$target_args = [
'lib/locale.t',
# other tests here -- you can run more than one
];
$full_targets = $self->set_targets($target_args);
[
{
path => "/home/username/gitwork/perl/lib/locale.t",
stub => "lib_locale_t",
},
]
| Home Last TOC | Copyright © 2019 James E Keenan | Back Next |