diff options
author | wisberg <wisberg> | 2003-01-29 20:49:46 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-01-29 20:49:46 +0000 |
commit | e56933b01c2033d01645705e9b437a1db24e1a56 (patch) | |
tree | 0f3248310cadf96d663b28dee0124715bc3b974e /tests | |
parent | 04b9bd5dc7c479d4782c8d36172e4cc579f2c001 (diff) | |
download | aspectj-e56933b01c2033d01645705e9b437a1db24e1a56.tar.gz aspectj-e56933b01c2033d01645705e9b437a1db24e1a56.zip |
added link for writing test cases
Diffstat (limited to 'tests')
-rw-r--r-- | tests/readme-tests-module.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/readme-tests-module.html b/tests/readme-tests-module.html index c4e34e05d..3f6e708a6 100644 --- a/tests/readme-tests-module.html +++ b/tests/readme-tests-module.html @@ -119,8 +119,10 @@ To write a new test, evolve an existing example. See the dtd and/or the javadoc for the testing harness implementation in the <code>testing</code> module for more details. -<p>To write a test case for a bug, see XXX todo. - +<p>To write a test case for a bug, see + <a href="readme-writing-compiler-tests.html"> + readme-writing-compiler-tests.html</a>. + <h3><a name="#product"></a>Product</h3> Product tests target a built distribution or do compiler (argument) testing not supported by the harness. |