Rizin
unix-like reverse engineering framework and cli tools
rz_test_test_result_info_t Struct Reference

#include <rz_test.h>

Public Attributes

RzTesttest
 
RzTestResult result
 
bool timeout
 
bool run_failed
 
ut64 time_elapsed
 
union {
   RzSubprocessOutput *   proc_out
 
   RzAsmTestOutput *   asm_out
 
}; 
 

Detailed Description

Definition at line 168 of file rz_test.h.

Member Data Documentation

◆ 

union { ... }

◆ asm_out

RzAsmTestOutput* rz_test_test_result_info_t::asm_out

◆ proc_out

RzSubprocessOutput* rz_test_test_result_info_t::proc_out

◆ result

RzTestResult rz_test_test_result_info_t::result

◆ run_failed

bool rz_test_test_result_info_t::run_failed

◆ test

◆ time_elapsed

ut64 rz_test_test_result_info_t::time_elapsed

Definition at line 173 of file rz_test.h.

Referenced by rz_test_run_test(), and test_result_to_json().

◆ timeout

bool rz_test_test_result_info_t::timeout

Definition at line 171 of file rz_test.h.

Referenced by print_new_results(), rz_test_run_test(), and test_result_to_json().


The documentation for this struct was generated from the following file: