From 167a97cb3119701533bf1f4a133a8aa495d32526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=A0ng=20=C4=90=E1=BB=A9c=20Hi=E1=BA=BFu?= Date: Thu, 12 Oct 2017 21:01:15 +0900 Subject: [PATCH] add link to annotation syntax --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44879b3..6fadda2 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Example ------- See the `test-project` folder for a complete working example using the `compiletest-rs` utility. Simply `cd test-project` and `cargo test` to see the -tests run. +tests run. The annotation syntax is documented in [rust's test-suite][tests]. TODO ---- @@ -102,3 +102,4 @@ If you are unsure, open a pull request anyway and we would be glad to help! [upstream]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest [src]: https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src +[tests]: https://github.com/rust-lang/rust/blob/master/src/test/COMPILER_TESTS.md