Xen Test Framework
Data Structures | Macros | Functions | Variables
main.c File Reference

Memory operand and segment emulation More...

#include <xtf.h>
#include "test.h"
+ Include dependency graph for main.c:

Go to the source code of this file.

Data Structures

struct  test
 

Macros

#define GP   EXINFO_SYM(GP, 0)
 
#define SS   EXINFO_SYM(SS, 0)
 

Functions

void test_main (void)
 To be implemented by each test, as its entry point. More...
 

Variables

const char test_title [] = "Memory operand and segment emulation tests"
 The title of the test. More...
 
static const struct test tests []
 

Detailed Description

Memory operand and segment emulation

Definition in file main.c.

Macro Definition Documentation

◆ GP

#define GP   EXINFO_SYM(GP, 0)

◆ SS

#define SS   EXINFO_SYM(SS, 0)

Function Documentation

◆ test_main()

void test_main ( void  )

To be implemented by each test, as its entry point.

Definition at line 254 of file main.c.

+ Here is the call graph for this function:

Variable Documentation

◆ test_title

const char test_title[] = "Memory operand and segment emulation tests"

The title of the test.

Definition at line 36 of file main.c.

◆ tests

const struct test tests[]
static