OpenDNSSEC-enforcer  1.3.8
Functions
/build/buildd/opendnssec-1.3.8/enforcer/test/cunit/test_routines_cunit.c File Reference
#include <string.h>
#include <strings.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "CUnit/Automated.h"
#include "CUnit/Basic.h"
#include "CUnit/Console.h"
#include "test_routines.h"
Include dependency graph for test_routines_cunit.c:

Go to the source code of this file.

Functions

void TcuInitialize (void)
void TcuExecute (void)
int TcuCreateSuite (const char *title, int(*init)(), int(*teardown)(), struct test_testdef *tests)

Function Documentation

int TcuCreateSuite ( const char *  title,
int(*)()  init,
int(*)()  teardown,
struct test_testdef tests 
)
void TcuExecute ( void  )

Definition at line 86 of file test_routines_cunit.c.

References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetFilename(), and TestGetList().

Referenced by main().

void TcuInitialize ( void  )

Definition at line 65 of file test_routines_cunit.c.

Referenced by main().