summaryrefslogtreecommitdiff
path: root/test/env
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:43 -0700
committerTom Rini <[email protected]>2025-02-11 20:10:59 -0600
commit9aaa4a3565c8575c332ef3f5c0f47e64b419cb70 (patch)
treec77c16ab8be88c0321011bc39cf5eb3625432983 /test/env
parentd87ffdaa3c41ceb245f75b518e0fbee358654b7a (diff)
test: Make all tests depend on UNIT_TEST
Rather than having this condition defined separately for each suite, bracket all options with 'if UNIT_TEST'. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/env')
-rw-r--r--test/env/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/env/Kconfig b/test/env/Kconfig
index 6cb82337b36..21d88f47a6d 100644
--- a/test/env/Kconfig
+++ b/test/env/Kconfig
@@ -1,6 +1,5 @@
config UT_ENV
bool "Enable env unit tests"
- depends on UNIT_TEST
default y
help
This enables the 'ut env' command which runs a series of unit