ifw-odp
2.0.0-alpha
|
#include <cpl.h>
#include <clipm.h>
#include <clipm_priv_error.h>
#include "clipm_testlib_base.h"
#include <string.h>
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
Functions | |
void | clipm_testlib_init (int argc, char **argv) |
Initializes CPL and message levels. More... | |
int | clipm_testlib_end (void) |
Shuts down CPL and logging etc. More... | |
int | clipm_testlib_is_verbose (void) |
Return whether verbose mode is set. More... | |
void | clipm_testlib_msg_error (const char *format,...) |
Display an error message. More... | |
void | clipm_testlib_msg_warning (const char *format,...) |
Display a warning message. More... | |
void | clipm_testlib_msg_info (const char *format,...) |
Display an information message. More... | |
void | clipm_testlib_msg_debug (const char *format,...) |
Display a debug message. More... | |
void | _clipm_testlib_call_testfunction (void(*testfunc)(void), const char *name) |