gimme-alpha 0.1

matdb-suite.h File Reference

#include <CUnit/CUnit.h>
#include <CUnit/TestDB.h>
Include dependency graph for matdb-suite.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void matdb_suite_add_tests (CU_pSuite suite)

Function Documentation

void matdb_suite_add_tests ( CU_pSuite  suite)

Definition at line 231 of file matdb-suite.c.

References create_matdb(), destroy_matdb(), get_alloy_early_1_n2_1_b(), get_alloy_early_1_n2_2_l(), set_get_alloy_1_2_1_b(), set_get_alloy_1_2_2_l(), set_get_material_1_1(), set_get_material_1_2(), set_get_material_2_1(), and set_get_material_2_2().

Referenced by main().

                                            {
  CU_add_test(suite, "create", create_matdb);
  CU_add_test(suite, "set_get_material_1_1", set_get_material_1_1);
  CU_add_test(suite, "set_get_material_1_2", set_get_material_1_2);
  CU_add_test(suite, "set_get_material_2_1", set_get_material_2_1);
  CU_add_test(suite, "get_alloy_early_1_n2_1_b", get_alloy_early_1_n2_1_b);
  CU_add_test(suite, "get_alloy_early_1_n2_2_l", get_alloy_early_1_n2_2_l);
  CU_add_test(suite, "set_get_material_2_2", set_get_material_2_2);
  CU_add_test(suite, "set_get_alloy_1_2_1_b", set_get_alloy_1_2_1_b);
  CU_add_test(suite, "set_get_alloy_1_2_2_l", set_get_alloy_1_2_2_l);
  CU_add_test(suite, "destroy", destroy_matdb);
}

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Enumerations Enumerator Defines