Crossfire Server, Trunk
|
#include <stdlib.h>
#include <check.h>
#include <global.h>
#include <libproto.h>
#include "tod.h"
#include <toolkit_common.h>
Go to the source code of this file.
Functions | |
int | main (void) |
static void | setup (void) |
START_TEST (test_get_month_name) | |
END_TEST | START_TEST (test_get_season_name) |
END_TEST | START_TEST (test_get_weekday) |
static void | teardown (void) |
static END_TEST Suite * | time_suite (void) |
int main | ( | void | ) |
Definition at line 89 of file check_time.cpp.
References time_suite().
|
static |
Definition at line 40 of file check_time.cpp.
References cctk_setdatadir(), and reset_sleep().
Referenced by time_suite().
START_TEST | ( | test_get_month_name | ) |
Definition at line 51 of file check_time.cpp.
References FAIL_UNLESS, get_month_name(), and MONTHS_PER_YEAR.
END_TEST START_TEST | ( | test_get_season_name | ) |
Definition at line 65 of file check_time.cpp.
References FAIL_UNLESS, get_season_name(), and SEASONS_PER_YEAR.
END_TEST START_TEST | ( | test_get_weekday | ) |
Definition at line 58 of file check_time.cpp.
References DAYS_PER_WEEK, FAIL_UNLESS, and get_weekday().
|
static |
Definition at line 47 of file check_time.cpp.
Referenced by time_suite().
|
static |
Definition at line 74 of file check_time.cpp.
References setup(), and teardown().
Referenced by main().