Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
stdlib_tests.c File Reference
#include "stdlib_tests.h"
#include <stdlib.h>
#include <tests.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
Include dependency graph for stdlib_tests.c:

Functions

int abs_tests (void)
 
int atof_tests (void)
 
int atoi_tests (void)
 
int atol_tests (void)
 
int atoll_tests (void)
 
int bsearch_tests (void)
 
int calloc_tests (void)
 
int div_tests (void)
 
int heapsort_r_tests (void)
 
int heapsort_tests (void)
 
int imaxabs_tests (void)
 
int imaxdiv_tests (void)
 
int labs_tests (void)
 
int ldiv_tests (void)
 
int llabs_tests (void)
 
int lldiv_tests (void)
 
int qsort_r_tests (void)
 
int qsort_tests (void)
 
int rand_tests (void)
 
int realloc_tests (void)
 
int strtod_tests (void)
 
int strtof_tests (void)
 
int strtol_tests (void)
 
int strtoll_tests (void)
 
int strtoul_tests (void)
 
int strtoull_tests (void)
 
int stdlib_tests (void)
 

Function Documentation

◆ abs_tests()

int abs_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ atof_tests()

int atof_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ atoi_tests()

int atoi_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ atol_tests()

int atol_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ atoll_tests()

int atoll_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ bsearch_tests()

int bsearch_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ calloc_tests()

int calloc_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ div_tests()

int div_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ heapsort_r_tests()

int heapsort_r_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ heapsort_tests()

int heapsort_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ imaxabs_tests()

int imaxabs_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ imaxdiv_tests()

int imaxdiv_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ labs_tests()

int labs_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ ldiv_tests()

int ldiv_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ llabs_tests()

int llabs_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ lldiv_tests()

int lldiv_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ qsort_r_tests()

int qsort_r_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ qsort_tests()

int qsort_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ rand_tests()

int rand_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ realloc_tests()

int realloc_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ stdlib_tests()

int stdlib_tests ( void  )

◆ strtod_tests()

int strtod_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ strtof_tests()

int strtof_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ strtol_tests()

int strtol_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ strtoll_tests()

int strtoll_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ strtoul_tests()

int strtoul_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function:

◆ strtoull_tests()

int strtoull_tests ( void  )

Referenced by stdlib_tests().

Here is the caller graph for this function: