예제 #1
0
void teardown()
{
    function_set_destroy(fs);
    terminal_set_destroy(ts);
    tree_destroy(t1);
    tree_destroy(t2);
}
예제 #2
0
void teardown_population()
{
    population_destroy(p, tree_destroy);
    terminal_set_destroy(ts);
    function_set_destroy(fs);
    config_destroy(c);
}
예제 #3
0
void teardown_function_set(void)
{
    function_set_destroy(fs);
}