aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/timestamp-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/timestamp-test.c')
-rw-r--r--tests/lib/timestamp-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/timestamp-test.c b/tests/lib/timestamp-test.c
index 8dc103d203..ad33ed08c0 100644
--- a/tests/lib/timestamp-test.c
+++ b/tests/lib/timestamp-test.c
@@ -131,7 +131,7 @@ int main(void)
};
#if CONFIG(COLLECT_TIMESTAMPS)
- return cmocka_run_group_tests(tests, NULL, NULL);
+ return cb_run_group_tests(tests, NULL, NULL);
#else
return 0;
#endif