UEFIStarter
a simple UEFI framework
Data Structures | Enumerations
types.h File Reference

Common types for tests. More...

#include <Uefi.h>

Go to the source code of this file.

Data Structures

struct  test_verbosity_t
 data type for test verbosity configuration More...
 
struct  test_results_t
 data type for test results More...
 

Enumerations

enum  test_outcome { FAILURE =0, INCOMPLETE, SUCCESS }
 data type for test outcome status More...
 

Detailed Description

Common types for tests.

Author
Richard Nusser
License
GPLv3 (see http://www.gnu.org/licenses/)
See also
https://github.com/rinusser/UEFIStarter

Enumeration Type Documentation

◆ test_outcome

data type for test outcome status

Enumerator
FAILURE 

the test failed

INCOMPLETE 

the test was incomplete

SUCCESS 

the test succeeded