OpenDNSSEC-enforcer
1.3.4
|
#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 208 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetBasic | ( | void | ) |
Definition at line 215 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetConsole | ( | void | ) |
Definition at line 220 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
int TestGetCurses | ( | void | ) |
Definition at line 230 of file test_routines.c.
Referenced by TestInitialize().
const char* TestGetFilename | ( | void | ) |
Definition at line 253 of file test_routines.c.
Referenced by TcuExecute().
int TestGetList | ( | void | ) |
Definition at line 225 of file test_routines.c.
Referenced by TcuExecute(), and TestInitialize().
void TestInitialize | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 170 of file test_routines.c.
References TestGetAutomatic(), TestGetBasic(), TestGetConsole(), TestGetCurses(), and TestGetList().
Referenced by main().