summaryrefslogtreecommitdiff
path: root/tests/lib/bootmem-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/bootmem-test.c')
-rw-r--r--tests/lib/bootmem-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/bootmem-test.c b/tests/lib/bootmem-test.c
index b571ccbb51..60598336a0 100644
--- a/tests/lib/bootmem-test.c
+++ b/tests/lib/bootmem-test.c
@@ -411,5 +411,5 @@ int main(void)
cmocka_unit_test(test_bootmem_region_targets_type)
};
- return cmocka_run_group_tests(tests, NULL, NULL);
+ return cb_run_group_tests(tests, NULL, NULL);
}