summaryrefslogtreecommitdiff
path: root/tests/acpi/acpigen-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acpi/acpigen-test.c')
-rw-r--r--tests/acpi/acpigen-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acpi/acpigen-test.c b/tests/acpi/acpigen-test.c
index 369ff29001..6bd1d02689 100644
--- a/tests/acpi/acpigen-test.c
+++ b/tests/acpi/acpigen-test.c
@@ -213,5 +213,5 @@ int main(void)
setup_acpigen, teardown_acpigen),
};
- return cmocka_run_group_tests(tests, NULL, NULL);
+ return cb_run_group_tests(tests, NULL, NULL);
}