summaryrefslogtreecommitdiff
path: root/misc/pascal
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-02 14:09:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-02 14:09:46 +0000
commitbdbd2711a3c047dec514e87399f20aa0960111e3 (patch)
treed693e9a4eef03534fbd14b5251e7f82b39bc616b /misc/pascal
parented0fc131f2b54293c866dbed03e2f9280b09781e (diff)
downloadnuttx-bdbd2711a3c047dec514e87399f20aa0960111e3.tar.gz
nuttx-bdbd2711a3c047dec514e87399f20aa0960111e3.tar.bz2
nuttx-bdbd2711a3c047dec514e87399f20aa0960111e3.zip
Merged readme and README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@615 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal')
-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 f13a2f7e1..88a4693fa 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