c-template
errors_test.c File Reference
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include "../../include/utils/errors.h"
Include dependency graph for errors_test.c:

Go to the source code of this file.

Functions

void test_new_cg_error (void **state)
 
void test_cg_error_string (void **state)
 
void test_wrap_cg_error (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 44 of file errors_test.c.

Here is the call graph for this function:

◆ test_cg_error_string()

void test_cg_error_string ( void **  state)

Definition at line 23 of file errors_test.c.

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

◆ test_new_cg_error()

void test_new_cg_error ( void **  state)

Definition at line 12 of file errors_test.c.

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

◆ test_wrap_cg_error()

void test_wrap_cg_error ( void **  state)

Definition at line 34 of file errors_test.c.

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