#include "src/core/lib/gpr/env.h"
#include <stdio.h>
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
Go to the source code of this file.
Macros | |
#define | LOG_TEST_NAME(x) gpr_log(GPR_INFO, "%s", x) |
Functions | |
int | main (int argc, char **argv) |
static void | test_setenv_getenv (void) |
static void | test_unsetenv (void) |
Definition at line 30 of file env_test.cc.
Definition at line 59 of file env_test.cc.
|
static |
Definition at line 32 of file env_test.cc.
|
static |
Definition at line 46 of file env_test.cc.