diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2007-02-23 00:00:09 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2007-02-23 00:00:09 +0000 |
commit | ec40c7a27206528c8549409a1896a6a7eb33c17b (patch) | |
tree | 63ef6fdb431ec2d44e4f72e99cede442e221ee38 /doc | |
parent | 49c113624312a5f0586264649f4d8f5a90f9ae50 (diff) |
move glean --listtests higher up so it's more easily found
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/run.html | 22 |
1 files changed, 12 insertions, 10 deletions
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 (<I>compare mode</I>). After using <I>glean</I> in either mode, you may also find it helpful to evaluate results with other tools in the suite. +<P> +To see a list of all available Glean tests: +<PRE> + $GLEAN_ROOT/bin/glean --listtests +</PRE> +For a description of each test, run with <KBD>-v</KBD> (verbose): +<PRE> + $GLEAN_ROOT/bin/glean -v --listtests +</PRE> + + + <H2>Generating test results</H2> <P> @@ -73,16 +85,6 @@ option on the command line: $GLEAN_ROOT/bin/glean -r mysubset -t "-blendFunc-texBindPerf" </PRE> -<P> -To see a list of all available Glean tests: -<PRE> - $GLEAN_ROOT/bin/glean --listtests -</PRE> -For a description of each test, run with <KBD>-v</KBD> (verbose): -<PRE> - $GLEAN_ROOT/bin/glean -v --listtests -</PRE> - <P> Some of the tests in <I>glean</I> (such as the texBindPerf test |