bootstrap: Describe build_steps::test for 2024

The description was most accurate when it was still called rustbuild,
and I presume indeed did mostly run in CI. It has become something more
so try to describe it better for current-day usage.
This commit is contained in:
Jubilee Young 2024-04-21 13:21:36 -07:00
parent 3412f01749
commit a2fa934927

View File

@ -1,7 +1,7 @@
//! Implementation of the test-related targets of the build system. //! Build-and-run steps for `./x.py test` test fixtures
//! //!
//! This file implements the various regression test suites that we execute on //! `./x.py test` (aka [`Kind::Test`]) is currently allowed to reach build steps in other modules.
//! our CI. //! However, this contains ~all test parts we expect people to be able to build and run locally.
use std::env; use std::env;
use std::ffi::OsStr; use std::ffi::OsStr;