|
checkasm 1.3.0
Assembly testing and benchmarking framework
|
Describes a single test function. More...
#include <checkasm.h>
Data Fields | |
| const char * | name |
| void(* | func )(void) |
| void(* | init )(void) |
| Optional initialization function. | |
| void(* | uninit )(void) |
Describes a single test function.
Represents one test function that will be invoked by the test suite. Each test function typically tests a specific component or subsystem.
| void(* CheckasmTest::func) (void) |
Test function to invoke
| void(* CheckasmTest::init) (void) |
Optional initialization function.
These functions, if set, are invoked before testing any CPU flags and after testing all CPU flags, respectively.
| const char* CheckasmTest::name |
Name of the test (used for filtering and reporting)