diff --git a/src/tests/headers.md b/src/tests/headers.md index aa1fb17e9b..723a6e273f 100644 --- a/src/tests/headers.md +++ b/src/tests/headers.md @@ -283,6 +283,11 @@ described below: - `{{build-base}}`: The base directory where the test's output goes. This is equivalent to `$TEST_BUILD_DIR` for [output normalization]. - Example: `/path/to/rust/build/x86_64-unknown-linux-gnu/test/ui` +- `{{sysroot-base}}`: Sysroot directory for the rustc used to build the test. + - Mainly intended for `ui-fulldeps` tests that run the compiler via API. +- `{{target-linker}}`: Linker that would be passed to `-Clinker` for this test, + or blank if no linker override is active. + - Mainly intended for `ui-fulldeps` tests that run the compiler via API. - `{{target}}`: The target the test is compiling for - Example: `x86_64-unknown-linux-gnu`