diff options
Diffstat (limited to 'tests/commonlib')
-rw-r--r-- | tests/commonlib/bsd/helpers-test.c | 2 | ||||
-rw-r--r-- | tests/commonlib/region-test.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/commonlib/bsd/helpers-test.c b/tests/commonlib/bsd/helpers-test.c index 324c901b12..6fae331fd7 100644 --- a/tests/commonlib/bsd/helpers-test.c +++ b/tests/commonlib/bsd/helpers-test.c @@ -51,5 +51,5 @@ int main(void) cmocka_unit_test(test_retry), }; - return cmocka_run_group_tests(tests, NULL, NULL); + return cb_run_group_tests(tests, NULL, NULL); } diff --git a/tests/commonlib/region-test.c b/tests/commonlib/region-test.c index fab5961173..59f272a7d9 100644 --- a/tests/commonlib/region-test.c +++ b/tests/commonlib/region-test.c @@ -404,5 +404,5 @@ int main(void) cmocka_unit_test(test_mem_rdev), }; - return cmocka_run_group_tests(tests, NULL, NULL); + return cb_run_group_tests(tests, NULL, NULL); } |