Apply cfg.setTest to json projects

This commit is contained in:
David Richey 2025-02-12 13:16:38 -06:00
parent c661e5e14e
commit a297d438bc
5 changed files with 50 additions and 44 deletions

View file

@ -420,6 +420,7 @@
"group1_other_cfg=other_config",
"group2_cfg=yet_another_config",
"rust_analyzer",
"test",
"true",
],
),
@ -496,6 +497,7 @@
"group2_cfg=fourth_config",
"group2_cfg=yet_another_config",
"rust_analyzer",
"test",
"true",
"unrelated_cfg",
],

View file

@ -417,6 +417,7 @@
cfg_options: CfgOptions(
[
"rust_analyzer",
"test",
"true",
],
),