summaryrefslogtreecommitdiff
path: root/tests/ubifs_tools-tests/Makemodule.am
diff options
context:
space:
mode:
authorZhihao Cheng <chengzhihao1@huawei.com>2024-11-11 17:08:18 +0800
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-11-11 10:32:46 +0100
commit4fd91da892b2c24a6755d901da7934510e2260a1 (patch)
treef0b4067f8d95d99e12f3a29e539ff2cdc9f405e1 /tests/ubifs_tools-tests/Makemodule.am
parent712b1150a8a1d191316c6f3e4e37e70ed6640447 (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 'tests/ubifs_tools-tests/Makemodule.am')
-rw-r--r--tests/ubifs_tools-tests/Makemodule.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am
new file mode 100644
index 0000000..265c9cc
--- /dev/null
+++ b/tests/ubifs_tools-tests/Makemodule.am
@@ -0,0 +1,2 @@
+test_SCRIPTS += \
+ tests/ubifs_tools-tests/lib/common.sh