diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 17:08:18 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:46 +0100 |
commit | 4fd91da892b2c24a6755d901da7934510e2260a1 (patch) | |
tree | f0b4067f8d95d99e12f3a29e539ff2cdc9f405e1 /.gitignore | |
parent | 712b1150a8a1d191316c6f3e4e37e70ed6640447 (diff) |
tests: Add common libs for testing fsck.ubifs/mkfs.ubifs
This is a preparation for adding testcases for fsck.ubifs and
mkfs.ubifs. Add some common functions, for example: powercut,
load_mtdram, mount_ubifs, encryption operations, etc.
Signed-off-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,6 +113,7 @@ tests/fs-tests/stress/fs_stress00.sh tests/fs-tests/stress/fs_stress01.sh tests/ubi-tests/runubitests.sh tests/ubi-tests/ubi-stress-test.sh +tests/ubifs_tools-tests/lib/common.sh # # Files generated by autotools |