diff options
| author | Simon Glass <[email protected]> | 2025-01-20 14:25:36 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-24 14:34:40 -0600 |
| commit | cfc0f46cd05ec166509f344b4320976a8fba8747 (patch) | |
| tree | 067fedd5e9026194155f9725702e3b3922fdd19c /test/common/Makefile | |
| parent | 6054e8463c57d62668866a9ffb21654f5d510cfb (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/Makefile | 1 |
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 |
