OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_env_var
(Results
1 - 1
of
1
) sorted by null
/external/llvm/unittests/Support/
CommandLineTest.cpp
86
const char
test_env_var
[] = "LLVM_TEST_COMMAND_LINE_FLAGS";
member in namespace:__anon25186
90
TempEnvVar TEV(
test_env_var
, "-env-test-opt=hello");
92
cl::ParseEnvironmentOptions("CommandLineTest",
test_env_var
);
107
TempEnvVar TEV(
test_env_var
, "-env-test-opt-local=hello-local");
109
cl::ParseEnvironmentOptions("CommandLineTest",
test_env_var
);
Completed in 544 milliseconds