From 52896cc78a177b168c79514ec9f85b4ce17e0872 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
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: