summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-02-07 11:30:40 -0700
committerTom Rini <[email protected]>2025-02-11 20:10:58 -0600
commit81f4605c09d5662afa08cb5db8201d088ca476ab (patch)
tree0701f470a5849f88b9e0c7ce34f8b81547fef391 /test
parentea29bad9cff2fd88d172276b58859f01649fe444 (diff)
test: Move env-test rule into test/
The Makefile rules for tests should be within test/Makefile so move the 'env' rule over. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 47a07d653a9..17716ef384a 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -19,6 +19,7 @@ obj-y += ut.o
ifeq ($(CONFIG_XPL_BUILD),)
obj-y += boot/
obj-$(CONFIG_UNIT_TEST) += common/
+obj-$(CONFIG_UT_ENV) += env/
obj-y += log/
else
obj-$(CONFIG_SPL_UT_LOAD) += image/