aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZhihao Cheng <chengzhihao1@huawei.com>2024-11-11 17:08:27 +0800
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-11-11 10:32:46 +0100
commit389048a771e625a559b53b804a8e0739312cb12c (patch)
treee9edcadf5504fe7160803aa359ef8e1645e5362d /configure.ac
parent60fd097fb0c436956e58d0a30535a04a35258225 (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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1f07841..095400f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,7 +300,8 @@ AC_CONFIG_FILES([tests/fs-tests/fs_help_all.sh
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])
AC_OUTPUT([Makefile])