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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 93d09db..7fd4b76 100644 --- a/configure.ac +++ b/configure.ac @@ -292,7 +292,8 @@ AC_CONFIG_FILES([tests/fs-tests/fs_help_all.sh 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/ubi-tests/ubi-stress-test.sh + tests/ubifs_tools-tests/lib/common.sh]) AC_OUTPUT([Makefile]) |