summaryrefslogtreecommitdiffstats
path: root/misc/pascal/tests/src/README
blob: 88a4693fad6e614db517a3fd03326375346700bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
are no licensing issues... However, I would avoid using any of
these files as part of a pascal application!