proxygen
gtest_env_var_test_.cc File Reference
#include "gtest/gtest.h"
#include <iostream>
#include "src/gtest-internal-inl.h"

Go to the source code of this file.

Namespaces

 testing
 

Macros

#define GTEST_IMPLEMENTATION_   1
 

Functions

 testing::TEST (GTestEnvVarTest, Dummy)
 
void testing::PrintFlag (const char *flag)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#define GTEST_IMPLEMENTATION_   1

Definition at line 39 of file gtest_env_var_test_.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 116 of file gtest_env_var_test_.cc.

References testing::InitGoogleTest(), and testing::PrintFlag().

116  {
118 
119  if (argc != 2) {
120  cout << "Usage: gtest_env_var_test_ NAME_OF_FLAG\n";
121  return 1;
122  }
123 
125  return 0;
126 }
char ** argv
void PrintFlag(const char *flag)
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition: gtest.cc:5370