Xen Test Framework
Functions | Variables
main.c File Reference

XSA-167 More...

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

Go to the source code of this file.

Functions

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

Variables

const char test_title [] = "XSA-167 PoC"
 The title of the test. More...
 

Detailed Description

XSA-167

Definition in file main.c.

Function Documentation

◆ test_main()

void test_main ( void  )

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

Todo:
Implement better command line infrastructure, but this will do for now.

Definition at line 32 of file main.c.

+ Here is the call graph for this function:

Variable Documentation

◆ test_title

const char test_title[] = "XSA-167 PoC"

The title of the test.

Definition at line 30 of file main.c.