summaryrefslogtreecommitdiff
path: root/tests/ubifs_tools-tests/Makemodule.am
diff options
context:
space:
mode:
authorZhihao Cheng <chengzhihao1@huawei.com>2024-11-11 17:08:19 +0800
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2024-11-11 10:32:46 +0100
commitddd1f0acb5a8fd4aacdb584b3d8a78f74024ba77 (patch)
treefab63253b40403d93b5e736d9097d05b508716f2 /tests/ubifs_tools-tests/Makemodule.am
parent4fd91da892b2c24a6755d901da7934510e2260a1 (diff)
tests: ubifs_tools: fsck_tests: Add authentication refusing test
Authenticated UBIFS image is not supported in fsck, add testcase to check that. 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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ubifs_tools-tests/Makemodule.am b/tests/ubifs_tools-tests/Makemodule.am
index 265c9cc..6b53398 100644
--- a/tests/ubifs_tools-tests/Makemodule.am
+++ b/tests/ubifs_tools-tests/Makemodule.am
@@ -1,2 +1,3 @@
test_SCRIPTS += \
- tests/ubifs_tools-tests/lib/common.sh
+ tests/ubifs_tools-tests/lib/common.sh \
+ tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh