OpenDNSSEC-enforcer
1.4.6
|
#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"
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) |
int TcuCreateSuite | ( | const char * | title, |
int(*)() | init, | ||
int(*)() | teardown, | ||
struct test_testdef * | tests | ||
) |
Definition at line 146 of file test_routines_cunit.c.
Referenced by TestDb(), TestDds(), TestDis(), TestDqs(), TestDt(), TestDus(), TestKeyword(), TestKsmImport(), TestKsmKey(), TestKsmKeyDelete(), TestKsmParameter(), TestKsmPolicy(), TestKsmPurge(), TestKsmRequest(), TestKsmUpdate(), TestKsmZone(), TestMsg(), TestStr(), and TestStr2().
void TcuExecute | ( | void | ) |
Definition at line 84 of file test_routines_cunit.c.
References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetFilename(), and TestGetList().
Referenced by main().
void TcuInitialize | ( | void | ) |
Definition at line 63 of file test_routines_cunit.c.
Referenced by main().