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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 887ce93..0ebd45b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,7 @@ include tests/jittertest/Makemodule.am include tests/checkfs/Makemodule.am include tests/fs-tests/Makemodule.am include tests/mtd-tests/Makemodule.am +include tests/ubifs_tools-tests/Makemodule.am endif if UNIT_TESTS |