checkasm 1.0.1
Assembly testing and benchmarking framework
Loading...
Searching...
No Matches
CheckasmTest Struct Reference

Describes a single test function. More...

#include <checkasm.h>

Data Fields

const char * name
void(* func )(void)

Detailed Description

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.

Field Documentation

◆ func

void(* CheckasmTest::func) (void)

Test function to invoke

◆ name

const char* CheckasmTest::name

Name of the test (used for filtering and reporting)


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