rust/library/test
Eric Huss e38b55d0b7 Don't use default build-script fingerprinting in test
This changes the `test` build script so that it does not use the default
fingerprinting mechanism in cargo which causes a full scan of the
package every time it runs. This build script does not depend on any of
the files in the package.

This is the recommended approach for writing build scripts.
2026-01-23 11:10:53 -08:00
..
src Configure test's unstable feature gate when built outside of bootstrap 2026-01-20 16:51:41 +00:00
build.rs Don't use default build-script fingerprinting in test 2026-01-23 11:10:53 -08:00
Cargo.toml Update getopts to remove unicode-width dependency 2025-08-29 15:08:51 +00:00