Re: running tests with an arbitrary interpreter using Test::Harness

2009-02-08 Thread Gabor Szabo
On Sat, Feb 7, 2009 at 9:26 PM, Michael G Schwern wrote: > Gabor Szabo wrote: >> With prove I can say >> >> prove --exec "$ENV{PARROT_DIR}/parrot >> $ENV{PARROT_DIR}/languages/rakudo/perl6.pbc" t/01.t >> >> and it will run >> >> $ENV{PARROT_DIR}/parrot $ENV{PARROT_DIR}/languages/rakudo/perl6.pbc t

Re: running tests with an arbitrary interpreter using Test::Harness

2009-02-07 Thread Michael G Schwern
Gabor Szabo wrote: > With prove I can say > > prove --exec "$ENV{PARROT_DIR}/parrot > $ENV{PARROT_DIR}/languages/rakudo/perl6.pbc" t/01.t > > and it will run > > $ENV{PARROT_DIR}/parrot $ENV{PARROT_DIR}/languages/rakudo/perl6.pbc t/01.t > > how can I achieve the same thing with "make test" or "

running tests with an arbitrary interpreter using Test::Harness

2009-02-07 Thread Gabor Szabo
I'd like to start to upload experimental Perl 6 modules to CPAN and make it easy for anyone to install. I think the only issue I have right now is that I don't know how to force "make test" to use Rakudo for running the test suit. For now I'll expect the user to have $ENV{PARROT_DIR} point to the