Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest_env_var_test_.cc File Reference
#include "gtest/gtest.h"
#include <iostream>
#include "src/gtest-internal-inl.h"
Include dependency graph for gtest_env_var_test_.cc:

Go to the source code of this file.

Namespaces

namespace  testing
 

Functions

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

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 114 of file gtest_env_var_test_.cc.

114 {
116
117 if (argc != 2) {
118 cout << "Usage: gtest_env_var_test_ NAME_OF_FLAG\n";
119 return 1;
120 }
121
123 return 0;
124}
char ** argv
void PrintFlag(const char *flag)
GTEST_API_ void InitGoogleTest(int *argc, char **argv)
Definition gtest.cc:5787
Here is the call graph for this function: