diff -r 9e530b150333 -r b2f046ae8eb6 doc/building.html --- a/doc/building.html Fri May 25 11:35:31 2018 +0300 +++ b/doc/building.html Fri May 25 12:12:24 2018 -0700 @@ -555,6 +555,7 @@

Running Tests

Most of the OpenJDK tests are using the JTReg test framework. Make sure that your configuration knows where to find your installation of JTReg. If this is not picked up automatically, use the --with-jtreg=<path to jtreg home> option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing lib/jtreg.jar etc.

+

The Adoption Group provides recent builds of jtreg here. Download the latest .tar.gz file, unpack it, and point --with-jtreg to the jtreg directory that you just unpacked.

To execute the most basic tests (tier 1), use:

make run-test-tier1

For more details on how to run tests, please see the Testing OpenJDK document.