|
OpenDNSSEC-enforcer
1.4.9
|
#include "config.h"#include <assert.h>#include <string.h>#include <strings.h>#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include "ksm/memory.h"#include "test_routines.h"
Go to the source code of this file.
Functions | |
| void | TestInitialize (int argc, char **argv) |
| int | TestGetAutomatic (void) |
| int | TestGetBasic (void) |
| int | TestGetConsole (void) |
| int | TestGetList (void) |
| int | TestGetCurses (void) |
| const char * | TestGetFilename (void) |
| int TestGetAutomatic | ( | void | ) |
Definition at line 206 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
| int TestGetBasic | ( | void | ) |
Definition at line 213 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
| int TestGetConsole | ( | void | ) |
Definition at line 218 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
| int TestGetCurses | ( | void | ) |
Definition at line 228 of file test_routines.c.
Referenced by TestInitialize().
| const char* TestGetFilename | ( | void | ) |
Definition at line 251 of file test_routines.c.
Referenced by TcuExecute().
| int TestGetList | ( | void | ) |
Definition at line 223 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
| void TestInitialize | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 168 of file test_routines.c.
References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetCurses(), and TestGetList().
Referenced by main().
1.8.11