SimGrid  3.13
Versatile Simulation of Distributed Systems
ex_unit.c File Reference
#include <stdio.h>
#include "xbt.h"
#include "xbt/ex.h"

Classes

struct  global_context_t
 

Macros

#define SMALLAMOUNT   10
 
#define TOOBIG   100000000
 

Functions

 XBT_TEST_UNIT ("controlflow", test_controlflow,"basic nested control flow")
 
 XBT_TEST_UNIT ("value", test_value,"exception value passing")
 
 XBT_TEST_UNIT ("variables", test_variables,"variable value preservation")
 
 XBT_TEST_UNIT ("cleanup", test_cleanup,"cleanup handling")
 
static char * mallocex (int size)
 
static void good_example (void)
 

Macro Definition Documentation

#define SMALLAMOUNT   10
#define TOOBIG   100000000

Function Documentation

XBT_TEST_UNIT ( "controlflow"  ,
test_controlflow  ,
"basic nested control flow"   
)
XBT_TEST_UNIT ( "value"  ,
test_value  ,
"exception value passing"   
)
XBT_TEST_UNIT ( "variables"  ,
test_variables  ,
"variable value preservation"   
)
XBT_TEST_UNIT ( "cleanup"  ,
test_cleanup  ,
"cleanup handling"   
)
static char* mallocex ( int  size)
static
static void good_example ( void  )
static