Wednesday, September 2, 2009

Smolder Tests

Thanks to jdv79, Cardinal now has a place in smolder all to itself.

I've also added a new "smolder" target to the rakefile, which will run everything needed to generate the report and then upload it (uploading depends on curl being available).

One issue that shows up immediately is that smolder isn't recording failures for the three files that are currently failing to compile. I'm not sure how to fix that, so any assistance in that would be appreciated.

You should now be able to retest from the latest commit with:

rake clobber && git pull && rake smolder

(Assuming you don't need to pass in a parrot_config variable.)