Searched refs:build_command (Results 1 – 5 of 5) sorted by relevance
16 build_command = ['mingw32-make', '-j4'] variable38 build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4'] variable42 check_call(build_command)
47 self.build_command()83 def build_command(self): member in TestDebuglink107 def build_command(self): member in TestBuildid
174 command = build_command( options )246 def build_command( options ) method in ANTLR3.Test.Grammar
61 def InitLogCommand(build_command, test_command, log_directory): argument76 Task.BUILD_COMMAND = build_command
204 sh( build_command( grammar ) )207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet