summaryrefslogtreecommitdiff
path: root/tests/console
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console')
-rw-r--r--tests/console/routing-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/routing-test.c b/tests/console/routing-test.c
index ea90342999..153ca77c19 100644
--- a/tests/console/routing-test.c
+++ b/tests/console/routing-test.c
@@ -66,5 +66,5 @@ int main(void)
teardown_console_log_level),
};
- return cmocka_run_group_tests(tests, NULL, NULL);
+ return cb_run_group_tests(tests, NULL, NULL);
}