![]() |
Scrutiny
1.1.0
C testing framework for POSIX environments
|
Holds the test results. More...
#include <run.h>
Data Fields | |
| unsigned int | num_passed |
| unsigned int | num_skipped |
| unsigned int | num_failed |
| unsigned int | num_errored |
Holds the test results.
| unsigned int scrStats::num_passed |
The number of tests which passed.
| unsigned int scrStats::num_skipped |
The number of tests which were skipped.
| unsigned int scrStats::num_failed |
The number of tests which failed.
| unsigned int scrStats::num_errored |
The number of tests which encountered an error (i.e., some terminating signal).
1.8.13