HomeSort by relevance Sort by last modified time
    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