diff options
| author | Simon Glass <[email protected]> | 2025-02-07 11:30:52 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-11 20:10:59 -0600 |
| commit | daf583a3174f1c0ea7a617e6a5bb1b83051dfbad (patch) | |
| tree | b561f03c37519ccc24fbd99e90354654afd0496f /include/test | |
| parent | ba2feaf41435b9d5bb8a1dcffc35b21ff42714f3 (diff) | |
test: Drop the function for running optee tests
Use the new suite-runner to run these tests instead.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/test')
| -rw-r--r-- | include/test/suites.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/test/suites.h b/include/test/suites.h index 692633dcaa4..a2f982bf6fa 100644 --- a/include/test/suites.h +++ b/include/test/suites.h @@ -34,6 +34,4 @@ int cmd_ut_category(struct unit_test_state *uts, const char *name, const char *prefix, struct unit_test *tests, int n_ents, int argc, char *const argv[]); -int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]); - #endif /* __TEST_SUITES_H__ */ |
