Home | History | Annotate | Download | only in test

Lines Matching defs:COMMAND

51   COMMAND = 'gtest_uninitialized_test_.exe'
54 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
70 def TestExitCodeAndOutput(command):
71 """Runs the given command and verifies its exit code and output."""
73 # Verifies that 'command' exits with code 1.
74 p = gtest_test_utils.Subprocess(command)
84 command = build_dir + COMMAND
85 print 'Testing with %s . . .' % (command,)
86 TestExitCodeAndOutput(command)
97 TestExitCodeAndOutput(COMMAND)