DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5, SCO OpenServer 5, and AIX 5L

RunTests(1Mcert)


RunTests -- front end to X test suites for NFB graphical adapter drivers

Synopsis (SVR5 and SCO OpenServer 5)

cd <test_archive>
./RunTests -q # for the quick run
./RunTests # for the thorough test
[rm summary*]
make -k summary

Synopsis (AIX 5L)

cd <test_archive>/<test>
cp /usr/ddk/src/native/nfb/tools/<test>/<test> .>
cp /usr/ddk/src/native/nfb/tools/<test>/RunTests .
./RunTests -q # for the quick run
./RunTests # for the thorough test
[rm summary*]
make -k summary

Description

RunTests provides a front end for running the uts(1Mcert), x11perf(1Mcert), and xbench(1Mcert) tests. The specific test that is run is determined by the directory from which the RunTests command is executed. Note that, for SVR5 and SCO OpenServer 5, the tests are always run from the directory where the tests are stored on the system. For AIX 5L, the tests can be run anywhere, but are typically copied to the <test_archive> subdirectory under the <working_directory> where the driver source code is developed and then run from this location.

SVR5

uts
/usr/src/ihvkit/display/Xserver/test/xsuite

x11perf
/usr/src/ihvkit/display/Xserver/test/x11perf

xbench
/usr/src/ihvkit/display/Xserver/test/xbench

AIX 5L

x11perf
/usr/ddk/src/native/nfb/tools/x11perf/x11perf

xbench
/usr/ddk/src/native/nfb/tools/xbench/xbench

SCO OpenServer 5

uts

x11perf
/xtests/xperf/x11perf.SCO

xbench

Usage

Results of the test are saved in the summary file in the directory where RunTests is run. Detailed reports on the tests are saved in the results directory.

Installation

The RunTests test is included in the xtests package that can be downloaded from the HDK homepage or installed from the HDK CD-ROM.

Version applicability

NFB graphical drivers for SVR5, SCO OpenServer 5, and AIX 5L. Note that, on AIX 5L, Runtests is used only to run x11perf and xbench; uts is not supported for AIX 5L.

References

uts(1Mcert), x11perf(1Mcert), xbench(1Mcert), xtests(1Mcert)

``Testing and debugging SVR5 NFB drivers'' in Developing NFB graphics adapter drivers
``Testing AIX 5L NFB drivers'' in Developing NFB graphics adapter drivers
``NFB driver coding guidelines'' in Developing NFB graphics adapter drivers


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005