diff --git a/testsuites/ada/sptests/sp04/README b/testsuites/ada/sptests/sp04/README.md similarity index 97% rename from testsuites/ada/sptests/sp04/README rename to testsuites/ada/sptests/sp04/README.md index 43ff165261..5f021cb110 100644 --- a/testsuites/ada/sptests/sp04/README +++ b/testsuites/ada/sptests/sp04/README.md @@ -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 diff --git a/testsuites/ada/sptests/sp19/README b/testsuites/ada/sptests/sp19/README.md similarity index 98% rename from testsuites/ada/sptests/sp19/README rename to testsuites/ada/sptests/sp19/README.md index 4fd698381e..38ca0ea62a 100644 --- a/testsuites/ada/sptests/sp19/README +++ b/testsuites/ada/sptests/sp19/README.md @@ -1,3 +1,5 @@ +sp19 +==== This is a "problem" test in Ada versus the C equivalent. In C, we used macros to : diff --git a/testsuites/libtests/POSIX/README b/testsuites/libtests/POSIX/README.md similarity index 98% rename from testsuites/libtests/POSIX/README rename to testsuites/libtests/POSIX/README.md index 8ba8622280..7e82f47c4e 100644 --- a/testsuites/libtests/POSIX/README +++ b/testsuites/libtests/POSIX/README.md @@ -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.) diff --git a/testsuites/libtests/README b/testsuites/libtests/README.md similarity index 93% rename from testsuites/libtests/README rename to testsuites/libtests/README.md index dbeac8a23b..443db9e6b4 100644 --- a/testsuites/libtests/README +++ b/testsuites/libtests/README.md @@ -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, diff --git a/testsuites/libtests/termios/README b/testsuites/libtests/termios/README.md similarity index 99% rename from testsuites/libtests/termios/README rename to testsuites/libtests/termios/README.md index 7ff007c778..df213fc13d 100644 --- a/testsuites/libtests/termios/README +++ b/testsuites/libtests/termios/README.md @@ -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 - diff --git a/testsuites/mptests/README b/testsuites/mptests/README.md similarity index 93% rename from testsuites/mptests/README rename to testsuites/mptests/README.md index 8e517e2c45..ddf977513e 100644 --- a/testsuites/mptests/README +++ b/testsuites/mptests/README.md @@ -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. diff --git a/testsuites/psxtmtests/README b/testsuites/psxtmtests/README.md similarity index 98% rename from testsuites/psxtmtests/README rename to testsuites/psxtmtests/README.md index 7e06779d68..e3981376de 100644 --- a/testsuites/psxtmtests/README +++ b/testsuites/psxtmtests/README.md @@ -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. diff --git a/testsuites/rhealstone/README b/testsuites/rhealstone/README.md similarity index 63% rename from testsuites/rhealstone/README rename to testsuites/rhealstone/README.md index 49ae4ef6b0..74c95e7d08 100644 --- a/testsuites/rhealstone/README +++ b/testsuites/rhealstone/README.md @@ -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]. diff --git a/testsuites/samples/README b/testsuites/samples/README.md similarity index 91% rename from testsuites/samples/README rename to testsuites/samples/README.md index 023adba8e2..3e7d76026e 100644 --- a/testsuites/samples/README +++ b/testsuites/samples/README.md @@ -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: diff --git a/testsuites/smptests/README b/testsuites/smptests/README deleted file mode 100644 index f3e9a1e04c..0000000000 --- a/testsuites/smptests/README +++ /dev/null @@ -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. diff --git a/testsuites/smptests/README.md b/testsuites/smptests/README.md new file mode 100644 index 0000000000..44f43c0b74 --- /dev/null +++ b/testsuites/smptests/README.md @@ -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. diff --git a/testsuites/sptests/README b/testsuites/sptests/README.md similarity index 91% rename from testsuites/sptests/README rename to testsuites/sptests/README.md index 914b9bfcd0..75314007d9 100644 --- a/testsuites/sptests/README +++ b/testsuites/sptests/README.md @@ -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. diff --git a/testsuites/tmtests/README b/testsuites/tmtests/README.md similarity index 98% rename from testsuites/tmtests/README rename to testsuites/tmtests/README.md index 263348f6eb..932738c3a5 100644 --- a/testsuites/tmtests/README +++ b/testsuites/tmtests/README.md @@ -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.