1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
2 <html> |
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> |
3 <head> |
3 <head> |
4 <meta charset="utf-8"> |
4 <meta charset="utf-8" /> |
5 <meta name="generator" content="pandoc"> |
5 <meta name="generator" content="pandoc" /> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
7 <title>Testing the JDK</title> |
7 <title>Testing the JDK</title> |
8 <style type="text/css">code{white-space: pre;}</style> |
8 <style type="text/css"> |
9 <link rel="stylesheet" href="../make/data/docs-resources/resources/jdk-default.css"> |
9 code{white-space: pre-wrap;} |
|
10 span.smallcaps{font-variant: small-caps;} |
|
11 span.underline{text-decoration: underline;} |
|
12 div.column{display: inline-block; vertical-align: top; width: 50%;} |
|
13 </style> |
|
14 <link rel="stylesheet" href="../make/data/docs-resources/resources/jdk-default.css" /> |
10 <!--[if lt IE 9]> |
15 <!--[if lt IE 9]> |
11 <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> |
16 <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> |
12 <![endif]--> |
17 <![endif]--> |
13 <style type="text/css">pre, code, tt { color: #1d6ae5; }</style> |
18 <style type="text/css">pre, code, tt { color: #1d6ae5; }</style> |
14 </head> |
19 </head> |
15 <body> |
20 <body> |
16 <header> |
21 <header id="title-block-header"> |
17 <h1 class="title">Testing the JDK</h1> |
22 <h1 class="title">Testing the JDK</h1> |
18 </header> |
23 </header> |
19 <nav id="TOC"> |
24 <nav id="TOC"> |
20 <ul> |
25 <ul> |
21 <li><a href="#using-make-test-the-run-test-framework">Using "make test" (the run-test framework)</a><ul> |
26 <li><a href="#using-make-test-the-run-test-framework">Using "make test" (the run-test framework)</a><ul> |