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