#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <stdlib.h>
Go to the source code of this file.
◆ main()
Definition at line 68 of file test_fixtures.c.
References cmocka_run_group_tests, cmocka_unit_test_prestate, cmocka_unit_test_prestate_setup_teardown, cmocka_unit_test_setup, cmocka_unit_test_teardown, malloc_setup_test(), malloc_teardown_test(), prestate_setup(), prestate_setup_test(), prestate_teardown(), prestate_test(), setup_only(), and teardown_only().
◆ malloc_setup_test()
static void malloc_setup_test |
( |
void ** |
state | ) |
|
|
static |
◆ malloc_teardown_test()
static void malloc_teardown_test |
( |
void ** |
state | ) |
|
|
static |
◆ prestate_setup()
static int prestate_setup |
( |
void ** |
state | ) |
|
|
static |
◆ prestate_setup_test()
static void prestate_setup_test |
( |
void ** |
state | ) |
|
|
static |
◆ prestate_teardown()
static int prestate_teardown |
( |
void ** |
state | ) |
|
|
static |
◆ prestate_test()
static void prestate_test |
( |
void ** |
state | ) |
|
|
static |
◆ setup_only()
static int setup_only |
( |
void ** |
state | ) |
|
|
static |
◆ teardown_only()
static int teardown_only |
( |
void ** |
state | ) |
|
|
static |