source: rtems/testsuites/README @ 60b791ad

4.104.114.84.95
Last change on this file since 60b791ad was 4e684a31, checked in by Joel Sherrill <joel.sherrill@…>, on 05/10/96 at 20:24:07

added posix test directory

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