From 59b69d4ae71109e561454692325d92494d56a1c0 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Fri, 21 Aug 2015 09:54:37 -0700 Subject: [PATCH] Include cfg(test) in the reference --- src/doc/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/reference.md b/src/doc/reference.md index b4dec8f1fef9..284fcf6aed0c 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2073,6 +2073,7 @@ The following configurations must be defined by the implementation: * `target_pointer_width = "..."`. Target pointer width in bits. This is set to `"32"` for targets with 32-bit pointers, and likewise set to `"64"` for 64-bit pointers. +* `test`. Enabled when compiling the test harness (using the `--test` flag). * `unix`. See `target_family`. * `windows`. See `target_family`.