Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_style_scenario_result_t Struct Reference

One-line scenario result printed after every style has run. More...

+ Collaboration diagram for dt_style_scenario_result_t:

Data Fields

char * style_file
 
int result
 
char * reason
 

Detailed Description

One-line scenario result printed after every style has run.

The full diagnostics are emitted where the failure is detected. This summary keeps only the first failure reason so the final output stays readable when several fixtures are executed in a single run.

Definition at line 69 of file tests/styles.c.

Field Documentation

◆ reason

char* dt_style_scenario_result_t::reason

Definition at line 73 of file tests/styles.c.

Referenced by run_style_scenarios().

◆ result

int dt_style_scenario_result_t::result

Definition at line 72 of file tests/styles.c.

Referenced by run_style_scenarios().

◆ style_file

char* dt_style_scenario_result_t::style_file

Definition at line 71 of file tests/styles.c.

Referenced by run_style_scenarios().


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