From 52896cc78a177b168c79514ec9f85b4ce17e0872 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 20 Nov 2006 16:31:39 +0000 Subject: [PATCH] Updated runtests wording again. --- documentation/RELEASE_NOTES.html | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) 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: