source: rtems/c/src/tests/README @ 3b438fa

4.104.114.84.95
Last change on this file since 3b438fa was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 1.3 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    mptest
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    sptest
27
28       This directory contains the RTEMS Single Processor Test Suite.
29       The tests in this directory provide near complete (98%+) test
30       coverage of the non-multiprocessor code in RTEMS.
31
32    tmtest
33
34       This directory contains the RTEMS Timing Test Suite.
35       The tests in this directory are used to measure the execution
36       time of RTEMS directive and some critical internal functions.
37       The results of these test are reported in the Fact Sheets
38       and Supplental Manuals.
39
Note: See TracBrowser for help on using the repository browser.