diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 17:08:27 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:46 +0100 |
commit | 389048a771e625a559b53b804a8e0739312cb12c (patch) | |
tree | e9edcadf5504fe7160803aa359ef8e1645e5362d /tests/ubifs_tools-tests/Makemodule.am | |
parent | 60fd097fb0c436956e58d0a30535a04a35258225 (diff) |
tests: ubifs_tools: mkfs_tests: Add fs content check test
Initialize UBIFS image from a given directory, then check whether the
fs content in mounted UBIFS is consistent with the original directory.
Both UBI volume and file are chosen as storage mediums to test.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/ubifs_tools-tests/Makemodule.am')
-rw-r--r-- | tests/ubifs_tools-tests/Makemodule.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am index 1d3d0f2..f4d8a07 100644 --- a/tests/ubifs_tools-tests/Makemodule.am +++ b/tests/ubifs_tools-tests/Makemodule.am @@ -6,7 +6,8 @@ test_SCRIPTS += \ tests/ubifs_tools-tests/fsck_tests/cycle_corrupted_fsck_fault_inject.sh \ tests/ubifs_tools-tests/fsck_tests/cycle_powercut_mount_fsck.sh \ tests/ubifs_tools-tests/fsck_tests/random_corrupted_fsck.sh \ - tests/ubifs_tools-tests/fsck_tests/fsck_bad_image.sh + tests/ubifs_tools-tests/fsck_tests/fsck_bad_image.sh \ + tests/ubifs_tools-tests/mkfs_tests/build_fs_from_dir.sh test_DATA += \ tests/ubifs_tools-tests/images/good.gz \ |