From b073d8a2727fa1177a2944807cb5ebc5122d6a39 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 20 Jan 2025 14:25:54 -0700 Subject: test: Drop the function for running seama tests Use the new suite-runner to run these tests instead. It is not clear that these actually work, since they are not enabled on sandbox for some reason. Signed-off-by: Simon Glass Acked-by: Linus Walleij --- include/test/suites.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/test') diff --git a/include/test/suites.h b/include/test/suites.h index 49c18ebf456..cd758b8c464 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -35,7 +35,6 @@ int do_ut_bootstd(struct cmd_tbl *cmdtp, int flag, int argc, int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_overlay(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); -int do_ut_seama(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); int do_ut_upl(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); #endif /* __TEST_SUITES_H__ */ -- cgit v1.2.3