c-template
returns_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 "../../include/utils/returns.h"
Include dependency graph for returns_test.c:

Go to the source code of this file.

Functions

void test_cg_return_no_error (void **state)
 
void test_cg_return_error (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 41 of file returns_test.c.

Here is the call graph for this function:

◆ test_cg_return_error()

void test_cg_return_error ( void **  state)

Definition at line 27 of file returns_test.c.

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

◆ test_cg_return_no_error()

void test_cg_return_no_error ( void **  state)

Definition at line 13 of file returns_test.c.

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