c-template
|
#include <stdio.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include <stdbool.h>
#include "../../include/utils/safe_mem.h"
Go to the source code of this file.
Data Structures | |
struct | test_data |
Typedefs | |
typedef struct test_data | test_data |
Functions | |
void | test_new_memory_object_null (void **state) |
void | test_new_memory_object_test_data (void **state) |
int | main (void) |
int main | ( | void | ) |
void test_new_memory_object_null | ( | void ** | state | ) |
Definition at line 18 of file safe_mem_test.c.
void test_new_memory_object_test_data | ( | void ** | state | ) |
Definition at line 37 of file safe_mem_test.c.