Xen Test Framework
Functions
setup.c File Reference

C entry point. More...

#include <xtf/compiler.h>
#include <xtf/hypercall.h>
#include <xtf/framework.h>
#include <xtf/test.h>
#include <xtf/console.h>
#include <xtf/report.h>
+ Include dependency graph for setup.c:

Go to the source code of this file.

Functions

void xtf_main (void)
 Entry point into C. More...
 
static void build_assertions (void)
 Some basic assertions about the compile environment. More...
 

Detailed Description

C entry point.

Definition in file setup.c.

Function Documentation

◆ xtf_main()

void xtf_main ( void  )

Entry point into C.

Set up the microkernel and invoke the test. Report the tests status afterwards, and shut down.

Definition at line 20 of file setup.c.

+ Here is the call graph for this function:

◆ build_assertions()

static void build_assertions ( void  )
static

Some basic assertions about the compile environment.

Definition at line 42 of file setup.c.