Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
int | main (void) |
END_TEST Suite * | recipe_suite (void) |
void | setup (void) |
END_TEST | START_TEST (test_check_formulae) |
START_TEST (test_check_recipes) | |
void | teardown (void) |
int main | ( | void | ) |
Definition at line 73 of file check_recipe.cpp.
References recipe_suite().
END_TEST Suite* recipe_suite | ( | void | ) |
Definition at line 59 of file check_recipe.cpp.
References setup(), and teardown().
Referenced by main().
void setup | ( | void | ) |
Definition at line 39 of file check_recipe.cpp.
References cctk_init_std_archetypes(), cctk_setdatadir(), and cctk_setlog().
Referenced by recipe_suite().
END_TEST START_TEST | ( | test_check_formulae | ) |
Definition at line 54 of file check_recipe.cpp.
References check_formulae(), and FAIL_UNLESS.
START_TEST | ( | test_check_recipes | ) |
Definition at line 49 of file check_recipe.cpp.
References check_recipes(), and FAIL_UNLESS.
void teardown | ( | void | ) |
Definition at line 45 of file check_recipe.cpp.
Referenced by recipe_suite().