summaryrefslogtreecommitdiffstats
path: root/eng/test-suites.rst
blob: 3b64b60e81ee09f8ed41129499deb474f8258ac2 (plain) (blame)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.. SPDX-License-Identifier: CC-BY-SA-4.0

.. Copyright (C) 2018.
.. COMMENT: RTEMS Foundation, The RTEMS Documentation Project

Test Suites
***********

.. COMMENT:TBD  - Convert the following to Rest and insert into this file
.. COMMENT:TBD  from https://devel.rtems.org/wiki/Developer/Testing/TestSuites

.. COMMENT:TBD also update list of tests based on rtems/testsuites

All RTEMS source distributions include the complete RTEMS test suites. These
tests must be compiled and linked for a specific BSP. Some BSPs are for freely
available simulators and thus anyone may test RTEMS on a simulator. Most of
the BSPs which can execute on a simulator include scripts to help automate
running them.

The RTEMS Project welcomes additions to the various test suites and sample
application collections. This helps improve coverage of functionality as
well as ensure user use cases are regularly tested.

The following functional test suites are included with RTEMS.

* Classic API Single Processor Test Suite
* POSIX API Test Suite
* File System Test Suite
* Support Library Test Suite (libtests)
* Symmetric  Multiprocessing Test Suite
* Distributed Multiprocessing Test Suite
* Classic API Ada95 Binding Test Suite

The following timing test suites are included with RTEMS.

* Classic API Timing Test Suite
* POSIX API Timing Test Suite
* Rhealstone Collection
* Benchmarks Collecction

The RTEMS source distribution includes two collections of sample applications.

* Sample Applications (built as RTEMS tests)
* Example Applications (built as RTEMS user applications)

The RTEMS libbsd package includes its own test suite.

Legacy Test Suites
==================

The following are available for the legacy IPV4 Network Stack:

* Network Demonstration Applications

Post RTEMS 4.10, ITRON API support was removed. The following test suites
are only available if the ITRON API support is present in RTEMS.

* ITRON API Test Suite
* ITRON API Timing Test Suite