Skip to content

Commit

Permalink
Reword text about running tests against combined/release files.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Dec 18, 2013
1 parent da88547 commit 65c371d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
body { font-family: sans-serif; }
li { margin-top: 5px; }
.outer > li { margin-top: 1.4em; }
.smallFont { font-size: 50%; }
.smallFont { font-size: 60%; }
</style>
</head>

Expand Down Expand Up @@ -40,10 +40,8 @@
Tests
<ul>
<li>
<a href="Specs/SpecRunner.html?skipWebGLValidation">Run all tests</a><span class="smallFont">(<a href="Specs/SpecRunner.html">Run with WebGL validation</a>)</span>
</li>
<li>
<a href="Specs/SpecRunner.html?built=true">Run all built version tests</a><span class="smallFont">(<a href="Specs/SpecRunner.html?built=true&release=true">Run all release built version tests</a>)</span>
<a href="Specs/SpecRunner.html?skipWebGLValidation">Run all tests</a>
<span class="smallFont">(<a href="Specs/SpecRunner.html">Run with WebGL validation</a>)</span>
</li>
<li>
<a href="Specs/SpecRunner.html?category=none">Select a test to run</a>
Expand All @@ -54,6 +52,10 @@
<li>
<a href="Specs/SpecRunner.html?category=All&amp;not=WebGL">Run only non-WebGL tests</a>
</li>
<li>
<a href="Specs/SpecRunner.html?built=true">Run all tests against combined file</a>
<span class="smallFont">(<a href="Specs/SpecRunner.html?built=true&release=true">Run all tests against combined file with debug code removed</a>)</span>
</li>
<li>
<a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">Run all tests with code coverage</a>
(build 'instrumentForCoverage' first.)
Expand All @@ -64,6 +66,6 @@
<a href="Build/Documentation/index.html">Documentation</a>
</li>
</ul>

</body>
</html>

0 comments on commit 65c371d

Please sign in to comment.