#include <stdio.h>
#include <stdlib.h>
#include <check.h>
#include "csync_private.h"
Go to the source code of this file.
Data Structures |
struct | argument_s |
Defines |
#define | _GNU_SOURCE |
Functions |
void | cmdline_parse (int argc, char **argv, struct argument_s *arguments) |
void | create_case (Suite *s, const char *name, TFun function) |
void | create_case_fixture (Suite *s, const char *name, TFun function, void(*setup)(void), void(*teardown)(void)) |
void | create_case_timeout (Suite *s, const char *name, TFun function, int timeout) |
Define Documentation
Function Documentation
void cmdline_parse |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
struct argument_s * |
arguments |
|
) |
| |
void create_case |
( |
Suite * |
s, |
|
|
const char * |
name, |
|
|
TFun |
function |
|
) |
| |
void create_case_fixture |
( |
Suite * |
s, |
|
|
const char * |
name, |
|
|
TFun |
function, |
|
|
void(*)(void) |
setup, |
|
|
void(*)(void) |
teardown |
|
) |
| |
void create_case_timeout |
( |
Suite * |
s, |
|
|
const char * |
name, |
|
|
TFun |
function, |
|
|
int |
timeout |
|
) |
| |