Crossfire Server, Trunk
check_recipe.cpp File Reference
#include <stdlib.h>
#include <check.h>
#include "global.h"
#include <toolkit_common.h>
+ Include dependency graph for check_recipe.cpp:

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)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 73 of file check_recipe.cpp.

References recipe_suite().

+ Here is the call graph for this function:

◆ recipe_suite()

END_TEST Suite* recipe_suite ( void  )

Definition at line 59 of file check_recipe.cpp.

References setup(), and teardown().

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setup()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ START_TEST() [1/2]

END_TEST START_TEST ( test_check_formulae  )

Definition at line 54 of file check_recipe.cpp.

References check_formulae(), and FAIL_UNLESS.

+ Here is the call graph for this function:

◆ START_TEST() [2/2]

START_TEST ( test_check_recipes  )

Definition at line 49 of file check_recipe.cpp.

References check_recipes(), and FAIL_UNLESS.

+ Here is the call graph for this function:

◆ teardown()

void teardown ( void  )

Definition at line 45 of file check_recipe.cpp.

Referenced by recipe_suite().

+ Here is the caller graph for this function: