Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for crinitBuildRtimCmd(). More...
#include "rtimcmd.h"
Go to the source code of this file.
Functions | |
int | __wrap_crinitBuildRtimCmd (crinitRtimCmd_t *c, crinitRtimOp_t op, int argc,...) |
Header declaring a mock function for crinitBuildRtimCmd().
int __wrap_crinitBuildRtimCmd | ( | crinitRtimCmd_t * | c, |
crinitRtimOp_t | op, | ||
int | argc, | ||
... | |||
) |
Mock function for crinitBuildRtimCmd().
Checks that the right parameters are given and returns a pre-set value through the cmocka API. Otherwise the function is a no-op.