Commit f89722fa authored by Guenter Roeck's avatar Guenter Roeck Committed by Paul Moore
Browse files

ipe: Add missing terminator to list of unit tests



Add missing terminator to list of unit tests to avoid random crashes seen
when running the test.

Fixes: 10ca05a7 ("ipe: kunit test for parser")
Cc: Deven Bowers <deven.desai@linux.microsoft.com>
Cc: Paul Moore <paul@paul-moore.com>
Cc: Fan Wu <wufan@linux.microsoft.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarFan Wu <wufan@linux.microsoft.com>
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 8a23c9e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ static void ipe_parser_widestring_test(struct kunit *test)
static struct kunit_case ipe_parser_test_cases[] = {
	KUNIT_CASE_PARAM(ipe_parser_unsigned_test, ipe_policies_gen_params),
	KUNIT_CASE(ipe_parser_widestring_test),
	{ }
};

static struct kunit_suite ipe_parser_test_suite = {