diff options
author | Zhihao Cheng <chengzhihao1@huawei.com> | 2024-11-11 17:08:28 +0800 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2024-11-11 10:32:46 +0100 |
commit | ba0168492cd8cdc05dce2f2afd2fe456aeab88c6 (patch) | |
tree | f406aa5b2ce49c0d7780fce6caf7383718051a2e /tests/ubifs_tools-tests/Makemodule.am | |
parent | 389048a771e625a559b53b804a8e0739312cb12c (diff) |
tests: ubifs_tools: Add run_all script
Add run_all script to run all UBIFS fsck & mkfs testcases.
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.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am index f4d8a07..1715757 100644 --- a/tests/ubifs_tools-tests/Makemodule.am +++ b/tests/ubifs_tools-tests/Makemodule.am @@ -1,5 +1,6 @@ test_SCRIPTS += \ tests/ubifs_tools-tests/lib/common.sh \ + tests/ubifs_tools-tests/ubifs_tools_run_all.sh \ tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh \ tests/ubifs_tools-tests/fsck_tests/cycle_mount_fsck_check.sh \ tests/ubifs_tools-tests/fsck_tests/powercut_fsck_mount.sh \ |