From 915a4ade8840f076b2ad2681944ab845ef038f0c Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 15 Apr 2006 14:02:02 +0000 Subject: FOLDERS documentation added. Rakefile updated. --- FOLDERS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 FOLDERS (limited to 'FOLDERS') diff --git a/FOLDERS b/FOLDERS new file mode 100644 index 0000000..38bbbda --- /dev/null +++ b/FOLDERS @@ -0,0 +1,53 @@ += CodeRay - Trunk folder structure + +== bench - Benchmarking system + +All benchmarking stuff goes here. + +Test inputs are stored in files named example.. +Test outputs go to bench/test.. + +Run bench/bench.rb to get a usage description. + +Run rake bench to perform an example benchmark. + + +== bin - Scripts + +Executional files for CodeRay. + + +== demo - Demos and functional tests + +Demonstrational scripts to show of CodeRay's features. + +Run them as functional tests with rake test:demos. + + +== etc - Lots of stuff + +Some addidtional files for CodeRay, mainly graphics and Vim scripts. + + +== gem_server - Gem output folder + +For rake gem. + + +== lib - CodeRay library code + +This is the base directory for the CodeRay library. + + +== rake_helpers - Rake helper libraries + +Some files to enhance Rake, including the Autumnal Rdoc template and some scripts. + + +== test - Tests + +Test for the scanners. + +Each language has its own subfolder and sub-suite. + +Run with rake test. -- cgit v1.2.1