summaryrefslogtreecommitdiff
path: root/tests/lib/spd_cache-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/spd_cache-test.c')
-rw-r--r--tests/lib/spd_cache-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/spd_cache-test.c b/tests/lib/spd_cache-test.c
index 4bc0a3dcfe..4f75690979 100644
--- a/tests/lib/spd_cache-test.c
+++ b/tests/lib/spd_cache-test.c
@@ -253,5 +253,5 @@ int main(void)
#endif
};
- return cmocka_run_group_tests(tests, setup_spd_cache, teardown_spd_cache);
+ return cb_run_group_tests(tests, setup_spd_cache, teardown_spd_cache);
}