tidy: Add test to RUNTIME_CRATES.
This commit is contained in:
parent
3c48c89e7b
commit
2e46faa3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
|
|||
|
||||
/// These are the root crates that are part of the runtime. The licenses for
|
||||
/// these and all their dependencies *must not* be in the exception list.
|
||||
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "panic_abort", "panic_unwind"];
|
||||
const RUNTIME_CRATES: &[&str] = &["std", "core", "alloc", "test", "panic_abort", "panic_unwind"];
|
||||
|
||||
/// Which crates to check against the whitelist?
|
||||
const WHITELIST_CRATES: &[&str] = &["rustc", "rustc_codegen_llvm"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue