summaryrefslogtreecommitdiff
path: root/test/env
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:56 -0700
committerTom Rini <[email protected]>2025-02-11 20:12:36 -0600
commit32aba887e3d7cbcdf8fd98c107aaa79f3bd44a16 (patch)
treee93d47e0b37b56e158ccd740b4c2fcd008c96eaf /test/env
parent854225191af5527619fcc944d38f2e2fd5d3ced1 (diff)
test: Drop suites.h
This file is empty now. Remove it and its uses. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/env')
-rw-r--r--test/env/cmd_ut_env.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/env/cmd_ut_env.c b/test/env/cmd_ut_env.c
index 81d1bb2f80d..43f1b7d1cef 100644
--- a/test/env/cmd_ut_env.c
+++ b/test/env/cmd_ut_env.c
@@ -5,7 +5,6 @@
*/
#include <test/env.h>
-#include <test/suites.h>
#include <test/ut.h>
static int env_test_env_cmd(struct unit_test_state *uts)