In the rakudo checkout make spectest
is what I use. If I want to be fancy, I use make stresstest I'm not sure how to do it when you just have a roast checkout, I guess you could check out Rakudo's make files to see how it's doing it. It seems to be doing: 'perl' -I'$rakudo-root/tools/lib' -I'$rakudo-root/3rdparty/nqp-configure/lib' t/harness5 --moar --fudge --keep-exit-code --tests-from-file=t/spec/spectest.data HTH > On 13 Sep 2026, at 19:53, Joseph Brenner via perl6-users > <[email protected]> wrote: > > What's the prefered way of running the roast tests? > Would you use "prove --exec raku" or are you supposed run > the roast script "fudgeandrun"? > > (Or maybe the rakudo/t/harness* scripts?) >
