Crossfire Server, Branches 1.12
R18729
|
#include <stdlib.h>
#include <check.h>
Go to the source code of this file.
Functions | |
END_TEST Suite * | info_suite (void) |
int | main (void) |
void | setup (void) |
START_TEST (test_empty) | |
void | teardown (void) |
END_TEST Suite* info_suite | ( | void | ) |
Definition at line 49 of file check_info.c.
References setup(), and teardown().
Referenced by main().
int main | ( | void | ) |
Definition at line 62 of file check_info.c.
References info_suite().
void setup | ( | void | ) |
Definition at line 36 of file check_info.c.
Referenced by info_suite().
START_TEST | ( | test_empty | ) |
Definition at line 44 of file check_info.c.
void teardown | ( | void | ) |
Definition at line 40 of file check_info.c.
Referenced by info_suite().