summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-02 14:09:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-02-02 14:09:46 +0000
commit4a660bde98899d7b4a99a129726d980c637cdf12 (patch)
treed693e9a4eef03534fbd14b5251e7f82b39bc616b
parentd23acb28d8ba30254e7a8eaf5cd71d4820023750 (diff)
Merged readme and README
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@615 7fd9a85b-ad96-42d3-883c-3090e2eb8679
-rw-r--r--misc/pascal/tests/src/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/pascal/tests/src/README b/misc/pascal/tests/src/README
index f13a2f7e16..88a4693fad 100644
--- a/misc/pascal/tests/src/README
+++ b/misc/pascal/tests/src/README
@@ -1,6 +1,35 @@
README
^^^^^^
+Naming Conventions
+^^^^^^^^^^^^^^^^^^
+
+This directory contains miscellaneous Pascal test files.
+All test fils are prefixed with a number. The number is only to
+control the order of execution: From the most simple to the
+most complex tests.
+
+XXX-name.pas and (optional XXX-name.inp)
+
+XXX-name.pas is the program under test XXX follows the numbering
+conventions below. 'name' helps humans to remember what is
+being testged.
+
+XXX-name.inp contains optional inparameter for the program
+under test.
+
+General numbering conventions:
+
+000-099: Basic functionality
+100-199: Math and runtime libraries
+200-299: Strings
+500-599: multi-file features: uses, units
+800-899: Erie pascal programs
+900-999: Misc. large programs not targeted at any particular feature.
+
+Sources/Licensing
+^^^^^^^^^^^^^^^^^
+
Some of these pascal files were collected from the internet
and their original sources are lost to memory. Since they are
included here only for testing purposes, I suspect that there