diff options
Diffstat (limited to 'tests/lib/coreboot_table-test.c')
-rw-r--r-- | tests/lib/coreboot_table-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/coreboot_table-test.c b/tests/lib/coreboot_table-test.c index ba3e63d84b..7668941243 100644 --- a/tests/lib/coreboot_table-test.c +++ b/tests/lib/coreboot_table-test.c @@ -493,5 +493,5 @@ int main(void) teardown_write_tables_test), }; - return cmocka_run_group_tests(tests, NULL, NULL); + return cb_run_group_tests(tests, NULL, NULL); } |