diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 2f7d4c58c..85e8c8b6f 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -37,17 +37,13 @@ escaped version.

libCom/test and db/test

These test programs are no longer installed into the bin/arch -directory. Running all these programs on any host architecture should be as -simple as:

- -
-
cd /path/to/base/src/libCom/test/O.arch
-make runtests
-
- -

The runtests target uses Perl's Test::Harness module to execute all of the -test programs and summarize the result. It is also possible to run individual -tests as desired; the output is designed to be comprehensible to humans.

+directory. Running all these programs on any host architecture is as simple as +typing make runtests in the base top level directory or in any +appropriate subdirectory. The runtests target uses Perl's Test::Harness module +to execute all of the test programs and summarize the result. It is also +possible to run individual tests as desired, by executing them from the relevent +O.<arch> directory; the program output is designed to be comprehensible to +humans.

For vxWorks and RTEMS, a test harness has been created that will run all of the test programs in a suitable order. At a vxWorks target shell, type: