| December 12 2016 | 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 © 2016 James E Keenan | Back Next |