Mercurial > hg > soundsoftware-site
comparison vendor/gems/coderay-0.9.7/.svn/text-base/FOLDERS.svn-base @ 210:0579821a129a
Update to Redmine trunk rev 4802
author | Chris Cannam |
---|---|
date | Tue, 08 Feb 2011 13:51:46 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
128:07fa8a8b56a8 | 210:0579821a129a |
---|---|
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>. |