FFmpeg
Functions | Variables
selftest.c File Reference
#include "tests.h"
#include <checkasm/checkasm.h>

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 

Variables

static const CheckasmCpuInfo cpus []
 
static const CheckasmTest tests []
 

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 43 of file selftest.c.

Variable Documentation

◆ cpus

const CheckasmCpuInfo cpus[]
static
Initial value:
= {
{ "Bad C", "badc", SELFTEST_CPU_FLAG_BAD_C },
{0}
}

Definition at line 4 of file selftest.c.

Referenced by main().

◆ tests

const CheckasmTest tests[]
static
Initial value:
= {
{ "generic", selftest_check_generic },
{0}
}

Definition at line 29 of file selftest.c.

Referenced by main().

SELFTEST_CPU_FLAG_BAD_C
@ SELFTEST_CPU_FLAG_BAD_C
Definition: tests.h:40
selftest_check_generic
void selftest_check_generic(void)
Definition: generic.c:300