FFmpeg
Data Fields
CheckasmTest Struct Reference

Describes a single test function. More...

#include <checkasm.h>

Data Fields

const char * name
 Name of the test (used for filtering and reporting) More...
 
void(* func )(void)
 Test function to invoke. More...
 

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.

Definition at line 117 of file checkasm.h.

Field Documentation

◆ name

const char* CheckasmTest::name

Name of the test (used for filtering and reporting)

Definition at line 118 of file checkasm.h.

◆ func

void(* CheckasmTest::func) (void)

Test function to invoke.

Definition at line 119 of file checkasm.h.


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