summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7fd4b76..45f51ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,7 +293,8 @@ AC_CONFIG_FILES([tests/fs-tests/fs_help_all.sh
tests/fs-tests/stress/fs_stress01.sh
tests/ubi-tests/runubitests.sh
tests/ubi-tests/ubi-stress-test.sh
- tests/ubifs_tools-tests/lib/common.sh])
+ tests/ubifs_tools-tests/lib/common.sh
+ tests/ubifs_tools-tests/fsck_tests/authentication_refuse.sh])
AC_OUTPUT([Makefile])