To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / vendor / gems / coderay-0.9.7 / FOLDERS @ 441:cbce1fd3b1b7
History | View | Annotate | Download (1.11 KB)
| 1 |
= CodeRay - Trunk folder structure |
|---|---|
| 2 |
|
| 3 |
== bench - Benchmarking system |
| 4 |
|
| 5 |
All benchmarking stuff goes here. |
| 6 |
|
| 7 |
Test inputs are stored in files named <code>example.<lang></code>. |
| 8 |
Test outputs go to <code>bench/test.<encoder-default-file-extension></code>. |
| 9 |
|
| 10 |
Run <code>bench/bench.rb</code> to get a usage description. |
| 11 |
|
| 12 |
Run <code>rake bench</code> to perform an example benchmark. |
| 13 |
|
| 14 |
|
| 15 |
== bin - Scripts |
| 16 |
|
| 17 |
Executional files for CodeRay. |
| 18 |
|
| 19 |
|
| 20 |
== demo - Demos and functional tests |
| 21 |
|
| 22 |
Demonstrational scripts to show of CodeRay's features. |
| 23 |
|
| 24 |
Run them as functional tests with <code>rake test:demos</code>. |
| 25 |
|
| 26 |
|
| 27 |
== etc - Lots of stuff |
| 28 |
|
| 29 |
Some addidtional files for CodeRay, mainly graphics and Vim scripts. |
| 30 |
|
| 31 |
|
| 32 |
== gem_server - Gem output folder |
| 33 |
|
| 34 |
For <code>rake gem</code>. |
| 35 |
|
| 36 |
|
| 37 |
== lib - CodeRay library code |
| 38 |
|
| 39 |
This is the base directory for the CodeRay library. |
| 40 |
|
| 41 |
|
| 42 |
== rake_helpers - Rake helper libraries |
| 43 |
|
| 44 |
Some files to enhance Rake, including the Autumnal Rdoc template and some scripts. |
| 45 |
|
| 46 |
|
| 47 |
== test - Tests |
| 48 |
|
| 49 |
Tests for the scanners. |
| 50 |
|
| 51 |
Each language has its own subfolder and sub-suite. |
| 52 |
|
| 53 |
Run with <code>rake test</code>. |