Skip to content

Commit 3fe3639

Browse files
authored
Merge pull request #558 from phip1611/fs-tests-doc-improvements
fs-tests: doc improvements
2 parents 8f74777 + b59043b commit 3fe3639

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

uefi-test-runner/src/proto/media/known_disk.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ fn test_raw_disk_io2(handle: Handle, bt: &BootServices) {
245245
}
246246
}
247247

248-
/// Run various tests on a special test disk. The disk is created by
249-
/// xtask/src/disk.rs.
248+
/// Run various file-system related tests on a special test disk. The disk is created by
249+
/// `xtask/src/disk.rs`.
250250
pub fn test_known_disk(bt: &BootServices) {
251251
// This test is only valid when running in the specially-prepared
252252
// qemu with the test disk.

uefi-test-runner/src/proto/media/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ fn test_file_system_info(directory: &mut Directory) {
2323
assert_eq!(fs_info.volume_label(), fs_vol.volume_label());
2424
}
2525

26+
/// Tests the following protocols:
27+
/// - [`SimpleFileSystem`]
28+
/// - [`PartitionInfo`]
2629
pub fn test(bt: &BootServices) {
2730
info!("Testing Media Access protocols");
2831

0 commit comments

Comments
 (0)