summaryrefslogtreecommitdiff
path: root/test/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-01-20 14:25:36 -0700
committerTom Rini <[email protected]>2025-01-24 14:34:40 -0600
commitcfc0f46cd05ec166509f344b4320976a8fba8747 (patch)
tree067fedd5e9026194155f9725702e3b3922fdd19c /test/common/Makefile
parent6054e8463c57d62668866a9ffb21654f5d510cfb (diff)
test: Drop the function for running common tests
Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/common/Makefile')
-rw-r--r--test/common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/common/Makefile b/test/common/Makefile
index 53c4f16164d..9cfb5585d78 100644
--- a/test/common/Makefile
+++ b/test/common/Makefile
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0+
-obj-y += cmd_ut_common.o
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
ifneq ($(CONFIG_$(XPL_)BLOBLIST),)
obj-$(CONFIG_$(XPL_)CMDLINE) += bloblist.o