Version 2 (modified by coke, 13 years ago)

--

Help us keep parrot working on our core platforms and target new platforms by running automated smoke tests. These tests will automatically report the status of test suite for both core parrot features and all the languages that target parrot.

 cd $HOME &&
 rsync -av --delete svn.perl.org::parrot-HEAD parrot-smoke &&
 cd parrot-smoke &&
 perl Configure.pl &&
 make &&
 make smoke &&
 make languages-smoke

The RSYNC command listed here will give you a fresh working copy of parrot (that doesn't require a clean). we then configure and build parrot, and then run the core test suite and the language specific test suite.

Thanks for your cycles!

The last line with "languages-smoke" may be going away as we switch from smoke to smolder, and as more languages LeaveTheNest

Attachments