示例#1
0
 def test__find_build_tool(self):
     out = _osx_support._find_build_tool('cc')
     self.assertTrue(os.path.isfile(out),
                         'cc not found - check xcode-select')
示例#2
0
 def test__find_build_tool(self):
     out = _osx_support._find_build_tool('cc')
     self.assertTrue(os.path.isfile(out),
                     'cc not found - check xcode-select')
示例#3
0
文件: nodes.py 项目: xxoolm/Ryven
 def update_event(self, inp=-1):
     self.set_output_val(0, _osx_support._find_build_tool(self.input(0)))