Skip to content

Commit

Permalink
Refactoring rz-test to use thread safe functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed May 22, 2024
1 parent 1d4b0e5 commit c9b7302
Show file tree
Hide file tree
Showing 5 changed files with 304 additions and 316 deletions.
2 changes: 1 addition & 1 deletion binrz/rz-test/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ RZ_API RzTestResultInfo *rz_test_run_test(RzTestRunConfig *config, RzTest *test)
return ret;
}

RZ_API void rz_test_test_result_info_free(RzTestResultInfo *result) {
RZ_API void rz_test_result_info_free(RzTestResultInfo *result) {
if (!result) {
return;
}
Expand Down
Loading

0 comments on commit c9b7302

Please sign in to comment.