From ec40c7a27206528c8549409a1896a6a7eb33c17b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 23 Feb 2007 00:00:09 +0000 Subject: move glean --listtests higher up so it's more easily found --- doc/html/run.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/html/run.html b/doc/html/run.html index 12114fe..cb104d2 100644 --- a/doc/html/run.html +++ b/doc/html/run.html @@ -26,6 +26,18 @@ previous runs (compare mode). After using glean in either mode, you may also find it helpful to evaluate results with other tools in the suite. +

+To see a list of all available Glean tests: +

+    $GLEAN_ROOT/bin/glean --listtests
+
+For a description of each test, run with -v (verbose): +
+    $GLEAN_ROOT/bin/glean -v --listtests
+
+ + +

Generating test results

@@ -73,16 +85,6 @@ option on the command line: $GLEAN_ROOT/bin/glean -r mysubset -t "-blendFunc-texBindPerf" -

-To see a list of all available Glean tests: -

-    $GLEAN_ROOT/bin/glean --listtests
-
-For a description of each test, run with -v (verbose): -
-    $GLEAN_ROOT/bin/glean -v --listtests
-
-

Some of the tests in glean (such as the texBindPerf test -- cgit v1.2.3