debug fmock.c, printing stat log

This commit is contained in:
2023-10-21 21:14:20 +02:00
parent 8416cceb7c
commit 0e4cd140d8
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ __attribute__((destructor))
while(tmp_list_fm){
tmp_inf_mock = tmp_list_fm->info_mock;
memset(reader,'=',w.ws_col);
reader[w.ws_col-1]='\0';
char *caller="";
if(tmp_inf_mock->str_caller) caller = extract_func_edited_TEST_from_exec_func_name(tmp_inf_mock->str_caller);
size_t len_caller = strlen(caller);