source: rtems/testsuites/README @ 55719ba

5
Last change on this file since 55719ba was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1This is the directory under which the RTEMS
2test programs provided with the release are located.  The
3following is a description of the contents of each file and
4subdirectory directly in this directory:
5
6NOTE: Other than the 'samples' directory these tests are intended
7      only to exercise RTEMS features and are *not* good examples
8      of programming for RTEMS.
9
10    samples
11
12       This directory contains a set of simple sample applications
13       which can be used either to test a board support package
14       or as the starting point for a custom application.
15
16    mptests
17
18       This directory contains the RTEMS Multiprocessor Test Suite.
19       The tests in this directory provide near complete (98%+) test
20       coverage of the multiprocessor specific code in RTEMS.
21
22    psxtests
23
24       This directory contains the RTEMS POSIX API Test Suite.
25       The tests in this directory test the POSIX API support in RTEMS.
26
27    sptests
28
29       This directory contains the RTEMS Single Processor Test Suite.
30       The tests in this directory provide near complete (98%+) test
31       coverage of the non-multiprocessor code in RTEMS.
32
33    tmtests
34
35       This directory contains the RTEMS Timing Test Suite.
36       The tests in this directory are used to measure the execution
37       time of RTEMS directive and some critical internal functions.
38       The results of these test are reported in the Fact Sheets
39       and Supplental Manuals.
40
Note: See TracBrowser for help on using the repository browser.