c-template
logger_test.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include <pthread.h>
#include "../../include/utils/logger.h"
Include dependency graph for logger_test.c:

Go to the source code of this file.

Functions

void * test_thread_log (void *data)
 
void * test_file_log (void *data)
 
void test_thread_logger (void **state)
 
void test_file_logger (void **state)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 97 of file logger_test.c.

Here is the call graph for this function:

◆ test_file_log()

void* test_file_log ( void *  data)

Definition at line 30 of file logger_test.c.

Here is the caller graph for this function:

◆ test_file_logger()

void test_file_logger ( void **  state)

Definition at line 74 of file logger_test.c.

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

◆ test_thread_log()

void* test_thread_log ( void *  data)

Definition at line 12 of file logger_test.c.

Here is the caller graph for this function:

◆ test_thread_logger()

void test_thread_logger ( void **  state)

Definition at line 50 of file logger_test.c.

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