doc/building.html
changeset 50267 1582de22e3a1
parent 49234 3375a8039fde
child 50490 cbae0e359538
equal deleted inserted replaced
50266:8090a68b6af5 50267:1582de22e3a1
   553 <li><code>COMPARE_BUILD</code></li>
   553 <li><code>COMPARE_BUILD</code></li>
   554 <li><code>JDK_FILTER</code></li>
   554 <li><code>JDK_FILTER</code></li>
   555 </ul>
   555 </ul>
   556 <h2 id="running-tests">Running Tests</h2>
   556 <h2 id="running-tests">Running Tests</h2>
   557 <p>Most of the OpenJDK tests are using the <a href="http://openjdk.java.net/jtreg">JTReg</a> test framework. Make sure that your configuration knows where to find your installation of JTReg. If this is not picked up automatically, use the <code>--with-jtreg=&lt;path to jtreg home&gt;</code> option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing <code>lib/jtreg.jar</code> etc.</p>
   557 <p>Most of the OpenJDK tests are using the <a href="http://openjdk.java.net/jtreg">JTReg</a> test framework. Make sure that your configuration knows where to find your installation of JTReg. If this is not picked up automatically, use the <code>--with-jtreg=&lt;path to jtreg home&gt;</code> option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing <code>lib/jtreg.jar</code> etc.</p>
       
   558 <p>The <a href="https://wiki.openjdk.java.net/display/Adoption">Adoption Group</a> provides recent builds of jtreg <a href="https://adopt-openjdk.ci.cloudbees.com/job/jtreg/lastSuccessfulBuild/artifact">here</a>. Download the latest <code>.tar.gz</code> file, unpack it, and point <code>--with-jtreg</code> to the <code>jtreg</code> directory that you just unpacked.</p>
   558 <p>To execute the most basic tests (tier 1), use:</p>
   559 <p>To execute the most basic tests (tier 1), use:</p>
   559 <pre><code>make run-test-tier1</code></pre>
   560 <pre><code>make run-test-tier1</code></pre>
   560 <p>For more details on how to run tests, please see the <a href="testing.html">Testing OpenJDK</a> document.</p>
   561 <p>For more details on how to run tests, please see the <a href="testing.html">Testing OpenJDK</a> document.</p>
   561 <h2 id="cross-compiling">Cross-compiling</h2>
   562 <h2 id="cross-compiling">Cross-compiling</h2>
   562 <p>Cross-compiling means using one platform (the <em>build</em> platform) to generate output that can ran on another platform (the <em>target</em> platform).</p>
   563 <p>Cross-compiling means using one platform (the <em>build</em> platform) to generate output that can ran on another platform (the <em>target</em> platform).</p>