mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
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!
|
|
|