test: unit test for Solus (#504)

This commit is contained in:
SteveLauC
2023-07-17 13:31:46 +08:00
committed by GitHub
parent f623746d6c
commit 6afe4f51c6
2 changed files with 16 additions and 0 deletions

View File

@@ -1014,4 +1014,9 @@ mod tests {
fn test_vanilla() {
test_template(include_str!("os_release/vanilla"), Distribution::Vanilla);
}
#[test]
fn test_solus() {
test_template(include_str!("os_release/solus"), Distribution::Solus);
}
}