Пример #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
 def update_event(self, inp=-1):
     self.set_output_val(0, _osx_support._find_build_tool(self.input(0)))