summaryrefslogtreecommitdiff
path: root/tests/lib/crc_byte-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/crc_byte-test.c')
-rw-r--r--tests/lib/crc_byte-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/crc_byte-test.c b/tests/lib/crc_byte-test.c
index 12934bcfcf..86249420c8 100644
--- a/tests/lib/crc_byte-test.c
+++ b/tests/lib/crc_byte-test.c
@@ -296,5 +296,5 @@ int main(void)
cmocka_unit_test(test_crc32_byte_static_data),
};
- return cmocka_run_group_tests(tests, NULL, NULL);
+ return cb_run_group_tests(tests, NULL, NULL);
}