Changes between Initial Version and Version 1 of SmokingParrot

Show
Ignore:
Timestamp:
12/10/08 06:08:38 (13 years ago)
Author:
leto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SmokingParrot

    v1 v1  
     1Help 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. 
     2 
     3{{{ 
     4 cd $HOME && 
     5 rsync -av --delete svn.perl.org::parrot-HEAD parrot-smoke && 
     6 cd parrot-smoke && 
     7 perl Configure.pl && 
     8 make && 
     9 make smoke && 
     10 make languages-smoke 
     11}}} 
     12 
     13The 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. 
     14 
     15Thanks for your cycles! 
     16