Crossfire Server, Trunk
|
#include <stdlib.h>
#include <check.h>
Go to the source code of this file.
Functions | |
int | main (void) |
void | setup (void) |
END_TEST Suite * | snake_suite (void) |
START_TEST (test_empty) | |
void | teardown (void) |
int main | ( | void | ) |
Definition at line 63 of file check_snake.cpp.
References snake_suite().
void setup | ( | void | ) |
Definition at line 37 of file check_snake.cpp.
Referenced by snake_suite().
END_TEST Suite* snake_suite | ( | void | ) |
Definition at line 50 of file check_snake.cpp.
References setup(), and teardown().
Referenced by main().
START_TEST | ( | test_empty | ) |
Definition at line 45 of file check_snake.cpp.
void teardown | ( | void | ) |
Definition at line 41 of file check_snake.cpp.
Referenced by snake_suite().