From 4fd91da892b2c24a6755d901da7934510e2260a1 Mon Sep 17 00:00:00 2001 From: Zhihao Cheng Date: Mon, 11 Nov 2024 17:08:18 +0800 Subject: 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 Signed-off-by: David Oberhollenzer --- tests/ubifs_tools-tests/Makemodule.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/ubifs_tools-tests/Makemodule.am (limited to 'tests/ubifs_tools-tests/Makemodule.am') 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 -- cgit v1.2.3