Searched refs:GrubConfig (Results 1 – 2 of 2) sorted by relevance
7 pub struct GrubConfig { struct53 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_all_architectures()67 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_default_timeout()79 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_custom_timeout()88 let config: GrubConfig = toml::from_str(toml).unwrap(); in test_no_architectures()
5 use grub::GrubConfig;24 pub grub: Option<GrubConfig>,