Crinit -- Configurable Rootfs Init
mock-destroy-rtim-cmd.h File Reference

(2023-10-16, commit: 49337e0)

Header declaring a mock function for crinitDestroyRtimCmd(). More...

#include "rtimcmd.h"
Include dependency graph for mock-destroy-rtim-cmd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int __wrap_crinitDestroyRtimCmd (crinitRtimCmd_t *c)
 

Detailed Description

Header declaring a mock function for crinitDestroyRtimCmd().

Function Documentation

◆ __wrap_crinitDestroyRtimCmd()

int __wrap_crinitDestroyRtimCmd ( crinitRtimCmd_t c)

Mock function for crinitDestroyRtimCmd().

Checks that the right parameters are given and returns a pre-set value through the cmocka API. Otherwise the function is a no-op.