|
OpenDNSSEC-enforcer
1.3.9
|
#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 148 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 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().
1.8.1.2