xboa
Functions
Testcore.c File Reference
#include <Python.h>
#include "Hitcore.c"
Include dependency graph for Testcore.c:

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

Function Documentation

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

Definition at line 115 of file Testcore.c.

References test(), vector_el, vector_free, vector_init, and vector_insert.

Referenced by main().

int main ( )