forked from Imagelibrary/rtems
testsuites: Convert */README to MarkDown
This commit is contained in:
committed by
Joel Sherrill
parent
e8e099d5f8
commit
4c3d505811
@@ -1,3 +1,5 @@
|
|||||||
|
sp04
|
||||||
|
====
|
||||||
This test is broken as it is currently implemented. It is illegal for
|
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
|
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
|
locks to safeguard data structures. Dispatching is disabled and the
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
sp19
|
||||||
|
====
|
||||||
This is a "problem" test in Ada versus the C equivalent. In C,
|
This is a "problem" test in Ada versus the C equivalent. In C,
|
||||||
we used macros to :
|
we used macros to :
|
||||||
|
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
POSIX
|
||||||
|
=====
|
||||||
|
|
||||||
This testsuite consists of a collection of (non-functional) program snippets
|
This testsuite consists of a collection of (non-functional) program snippets
|
||||||
to check an RTEMS toolchain consisting of
|
to check an RTEMS toolchain consisting of
|
||||||
* GCC (libgcc etc.)
|
* GCC (libgcc etc.)
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
libtests
|
||||||
|
========
|
||||||
|
|
||||||
This directory contains tests for some of the items in
|
This directory contains tests for some of the items in
|
||||||
the lib directories. The intent is to be able to
|
the lib directories. The intent is to be able to
|
||||||
verify the basic functionality of a library. For example,
|
verify the basic functionality of a library. For example,
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
termios
|
||||||
|
=======
|
||||||
|
|
||||||
These tests are brought to you by the letter `q'.
|
These tests are brought to you by the letter `q'.
|
||||||
|
|
||||||
When you start the test, you should see:
|
When you start the test, you should see:
|
||||||
@@ -89,4 +92,3 @@ Software Engineering Group
|
|||||||
Institute for Information Technology
|
Institute for Information Technology
|
||||||
National Research Council of Canada
|
National Research Council of Canada
|
||||||
charles.gauthier@nrc.ca
|
charles.gauthier@nrc.ca
|
||||||
|
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
mptests
|
||||||
|
=======
|
||||||
|
|
||||||
This directory contains the RTEMS Multiprocessor Test Suite.
|
This directory contains the RTEMS Multiprocessor Test Suite.
|
||||||
The tests in this directory provide near complete (98%+) test
|
The tests in this directory provide near complete (98%+) test
|
||||||
coverage of the multiprocessor specific code in RTEMS.
|
coverage of the multiprocessor specific code in RTEMS.
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
psxtmtests
|
||||||
|
==========
|
||||||
|
|
||||||
This directory contains the RTEMS POSIX Timing Test Suite.
|
This directory contains the RTEMS POSIX Timing Test Suite.
|
||||||
The tests in this directory are used to measure the execution
|
The tests in this directory are used to measure the execution
|
||||||
time of RTEMS directive and some critical internal functions.
|
time of RTEMS directive and some critical internal functions.
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
== Rhealstone Benchmark For RTEMS
|
Rhealstone
|
||||||
|
==========
|
||||||
|
Rhealstone Benchmark For RTEMS
|
||||||
|
|
||||||
This is an implementation of the Rhealstone benchmarks 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
|
An implementation of the Rhealstone metric allows for RTEMS performance to be
|
||||||
compared with other real-time systems.
|
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].
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
#
|
Samples
|
||||||
# COPYRIGHT (c) 1989-1999.
|
=======
|
||||||
# On-Line Applications Research Corporation (OAR).
|
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
|
The license and distribution terms for this file may be
|
||||||
# http://www.rtems.org/license/LICENSE.
|
found in the file LICENSE in this distribution or at
|
||||||
|
http://www.rtems.org/license/LICENSE.
|
||||||
|
|
||||||
This directory contains the RTEMS Sample Application Suite.
|
This directory contains the RTEMS Sample Application Suite.
|
||||||
The tests in this directory perform two functions:
|
The tests in this directory perform two functions:
|
||||||
@@ -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.
|
|
||||||
10
testsuites/smptests/README.md
Normal file
10
testsuites/smptests/README.md
Normal 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.
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
sptests
|
||||||
|
=======
|
||||||
|
|
||||||
This directory contains the RTEMS Single Processor Test Suite.
|
This directory contains the RTEMS Single Processor Test Suite.
|
||||||
The tests in this directory provide near complete (98%+) test
|
The tests in this directory provide near complete (98%+) test
|
||||||
coverage of the non-multiprocessor code in RTEMS.
|
coverage of the non-multiprocessor code in RTEMS.
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
tmtests
|
||||||
|
=======
|
||||||
|
|
||||||
This directory contains the RTEMS Classic API Timing Test Suite.
|
This directory contains the RTEMS Classic API Timing Test Suite.
|
||||||
The tests in this directory are used to measure the execution
|
The tests in this directory are used to measure the execution
|
||||||
time of RTEMS directive and some critical internal functions.
|
time of RTEMS directive and some critical internal functions.
|
||||||
Reference in New Issue
Block a user