testsuites: Convert */README to MarkDown

This commit is contained in:
Amar Takhar
2024-07-28 18:49:24 -04:00
committed by Joel Sherrill
parent e8e099d5f8
commit 4c3d505811
13 changed files with 51 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
sp04
====
This test is broken as it is currently implemented. It is illegal for
a task to do Ada IO during a extension since the Ada run-time uses
locks to safeguard data structures. Dispatching is disabled and the

View File

@@ -1,3 +1,5 @@
sp19
====
This is a "problem" test in Ada versus the C equivalent. In C,
we used macros to :

View File

@@ -1,3 +1,6 @@
POSIX
=====
This testsuite consists of a collection of (non-functional) program snippets
to check an RTEMS toolchain consisting of
* GCC (libgcc etc.)

View File

@@ -1,3 +1,6 @@
libtests
========
This directory contains tests for some of the items in
the lib directories. The intent is to be able to
verify the basic functionality of a library. For example,

View File

@@ -1,3 +1,6 @@
termios
=======
These tests are brought to you by the letter `q'.
When you start the test, you should see:
@@ -89,4 +92,3 @@ Software Engineering Group
Institute for Information Technology
National Research Council of Canada
charles.gauthier@nrc.ca

View File

@@ -1,3 +1,6 @@
mptests
=======
This directory contains the RTEMS Multiprocessor Test Suite.
The tests in this directory provide near complete (98%+) test
coverage of the multiprocessor specific code in RTEMS.

View File

@@ -1,3 +1,6 @@
psxtmtests
==========
This directory contains the RTEMS POSIX Timing Test Suite.
The tests in this directory are used to measure the execution
time of RTEMS directive and some critical internal functions.

View File

@@ -1,4 +1,6 @@
== Rhealstone Benchmark For RTEMS
Rhealstone
==========
Rhealstone Benchmark For RTEMS
This is an implementation of the Rhealstone benchmarks for RTEMS.
@@ -18,6 +20,9 @@ time systems:
An implementation of the Rhealstone metric allows for RTEMS performance to be
compared with other real-time systems.
The original proposal outlining the Rhealstone benchmark can be found http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1989/8902/8902a/8902a.htm[here].
The original proposal outlining the Rhealstone benchmark can be found
http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1989/8902/8902a/8902a.htm[here].
Some other implementations can be seen in http://timsengineeringblog.weebly.com/masters-thesis.html[FreeRTOS] and http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1990/9004/9004d/9004d.htm[iRMX].
Some other implementations can be seen in
http://timsengineeringblog.weebly.com/masters-thesis.html[FreeRTOS] and
http://collaboration.cmc.ec.gc.ca/science/rpn/biblio/ddj/Website/articles/DDJ/1990/9004/9004d/9004d.htm[iRMX].

View File

@@ -1,10 +1,11 @@
#
# COPYRIGHT (c) 1989-1999.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.org/license/LICENSE.
Samples
=======
COPYRIGHT (c) 1989-1999.
On-Line Applications Research Corporation (OAR).
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
http://www.rtems.org/license/LICENSE.
This directory contains the RTEMS Sample Application Suite.
The tests in this directory perform two functions:

View File

@@ -1,9 +0,0 @@
#
# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.org/license/LICENSE.
This directory contains the RTEMS SMP Test Suite.

View File

@@ -0,0 +1,10 @@
smptests
========
COPYRIGHT (c) 1989-2011.
On-Line Applications Research Corporation (OAR).
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
http://www.rtems.org/license/LICENSE.
This directory contains the RTEMS SMP Test Suite.

View File

@@ -1,3 +1,6 @@
sptests
=======
This directory contains the RTEMS Single Processor Test Suite.
The tests in this directory provide near complete (98%+) test
coverage of the non-multiprocessor code in RTEMS.

View File

@@ -1,3 +1,6 @@
tmtests
=======
This directory contains the RTEMS Classic API Timing Test Suite.
The tests in this directory are used to measure the execution
time of RTEMS directive and some critical internal functions.