#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 | 
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) | 
| 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 | |||
| ) | 
 1.5.6