c-template
array_test.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include "../../include/utils/array_len.h"
Include dependency graph for array_test.c:

Go to the source code of this file.

Functions

void test_array_len (void **state)
 
void test_array_size (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 29 of file array_test.c.

Here is the call graph for this function:

◆ test_array_len()

void test_array_len ( void **  state)

Definition at line 12 of file array_test.c.

Here is the caller graph for this function:

◆ test_array_size()

void test_array_size ( void **  state)

Definition at line 22 of file array_test.c.

Here is the caller graph for this function: