From ddd1f0acb5a8fd4aacdb584b3d8a78f74024ba77 Mon Sep 17 00:00:00 2001 From: Zhihao Cheng Date: Mon, 11 Nov 2024 17:08:19 +0800 Subject: 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 Signed-off-by: David Oberhollenzer --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3