search for: xctest

Displaying 2 results from an estimated 2 matches for "xctest".

Did you mean: ctest
2010 Apr 15
3
transfer to Microsoft Distributed File Service
Hi, list: Usually, "//server_name/share" is passed to smbclient to do a transfer. However, in case of filing repositores using MS DFS, can smbclient be passed "//domain_name/dfs_share/share_link"? I guess not. Looking forward to clarification, Xu Qiang
2018 May 03
2
Is it possible to execute Objective-C code via LLVM JIT?
...ith the new > classes created at step 2. > > The very basic Objective-C code seems to work now without any issues, > however when I switch to mixed Objective-C/Swift code I start getting > some crashes which I don't fully understand. In particular I am trying > to run a simple XCTestCase test written in Swift and my code crashes > when I access the property of this Swift's ObjC-based class. > > My questions are: > > 1) Should I do anything else to properly register Objective-C besides > what I am doing at steps 1-5? > > 2) Do I have to do anything ad...