pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include "mock_private.h"
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
#include <cmocka.h>
Go to the source code of this file.
Functions | |
char * | __wrap_getenv (const char *name) |
int | main (int argc, char **argv) |
char* __wrap_getenv | ( | const char * | name | ) |
Definition at line 25 of file pcmk__get_tmpdir_test.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 84 of file pcmk__get_tmpdir_test.c.