summaryrefslogtreecommitdiff
path: root/test/cmd_ut.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmd_ut.c')
-rw-r--r--test/cmd_ut.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cmd_ut.c b/test/cmd_ut.c
index 958b591c605..c4a42ee2e20 100644
--- a/test/cmd_ut.c
+++ b/test/cmd_ut.c
@@ -134,9 +134,7 @@ static struct suite suites[] = {
SUITE(env, "environment"),
SUITE(exit, "shell exit and variables"),
SUITE(fdt, "fdt command"),
-#ifdef CONFIG_UT_FDT_OVERLAY
- SUITE_CMD(fdt_overlay, do_ut_fdt_overlay, "device tree overlays"),
-#endif
+ SUITE(fdt_overlay, "device tree overlays"),
SUITE(font, "font command"),
SUITE(hush, "hush behaviour"),
SUITE(lib, "library functions"),