[Bioperl-l] Smoke test aggregator - Buildbot + Smolder ?
Chris Fields
cjfields at illinois.edu
Thu May 6 14:19:06 UTC 2010
prove generally is just a perl script frontend for Test::Harness and App::Prove, correct? It is included in core from perl 5 on. Here is the code for 'prove' on my local setup:
use strict;
use App::Prove;
my $app = App::Prove->new;
$app->process_args(@ARGV);
exit( $app->run ? 0 : 1 );
We could add a 'Build smoke' or somesuch that does this internally. I'm tending to shift away from Bio::Root::Build for such things at the moment, but maybe add something there?
chris
On May 5, 2010, at 10:55 PM, Jay Hannah wrote:
> On May 5, 2010, at 10:43 PM, Chris Fields wrote:
>> Nice! Maybe we should wrap the LWP version for posting into a script? We could place this with the distribution.
>
> Ya, seems like the way to go. LWP is all over inside BioPerl already, whereas Smolder itself has 147 dependencies, most of which probably aren't relevant to most BioPerl users. :)
>
> http://deps.cpantesters.org/?module=Smolder;perl=latest
>
> So a stand-alone script that could be run whenever, plus (eventually) a prompt in Build.PL asking about running it? Not sure if Build.PL can somehow use the "prove --archive" hook to store the results during the normal installation run through all the tests...
>
> Jay Hannah
> http://biodoc.ist.unomaha.edu/wiki/User:Jhannah
>
>
>
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at lists.open-bio.org
> http://lists.open-bio.org/mailman/listinfo/bioperl-l
More information about the Bioperl-l
mailing list