xboa
|
Go to the source code of this file.
Functions | |
void | test (int test_condition, char *function_tested, char *test_name) |
void | test_vector_alloc () |
void | test_vector_realloc () |
void | test_vector_init () |
void | test_vector_insert () |
int | main () |
void test | ( | int | test_condition, |
char * | function_tested, | ||
char * | test_name | ||
) |
Definition at line 28 of file Testcore.c.
Referenced by test_vector_alloc(), test_vector_init(), test_vector_insert(), and test_vector_realloc().
void test_vector_alloc | ( | ) |
Definition at line 40 of file Testcore.c.
References vector::allocd_length, vector::data, vector::data_length, vector::object_size, test(), vector_alloc, and vector_free.
Referenced by main().
void test_vector_realloc | ( | ) |
Definition at line 62 of file Testcore.c.
References vector::allocd_length, vector::data, vector::data_length, vector::object_size, test(), vector_alloc, vector_free, and vector_realloc.
Referenced by main().
void test_vector_init | ( | ) |
Definition at line 91 of file Testcore.c.
References vector::allocd_length, vector::data, vector::data_length, vector::object_size, test(), vector_free, and vector_init.
Referenced by main().
void test_vector_insert | ( | ) |
Definition at line 115 of file Testcore.c.
References test(), vector_el, vector_free, vector_init, and vector_insert.
Referenced by main().
int main | ( | ) |
Definition at line 168 of file Testcore.c.
References test_vector_alloc(), test_vector_init(), test_vector_insert(), and test_vector_realloc().