summaryrefslogtreecommitdiff
path: root/test/dm/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/cpu.c')
-rw-r--r--test/dm/cpu.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/dm/cpu.c b/test/dm/cpu.c
index acba8105996..9b2f90ee1e5 100644
--- a/test/dm/cpu.c
+++ b/test/dm/cpu.c
@@ -43,7 +43,8 @@ static int dm_test_cpu(struct unit_test_state *uts)
ut_assertok(cpu_get_vendor(dev, text, sizeof(text)));
ut_assertok(strcmp(text, "Languid Example Garbage Inc."));
+ ut_assertok(cpu_release_core(dev, 0));
+
return 0;
}
-
-DM_TEST(dm_test_cpu, UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_cpu, UTF_SCAN_FDT);