Re: [swift-corelibs-dev] Getting tests to work in xcode for foundation.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
Hey Brian, thank you for a quick answer. I’ll try to post a radar to get this working. That sentence you’re asking about is actually phrased incorrectly by me. Xcode isn’t prompting me to adda new test target, but if I want something to be shown in the test navigator I have to add a new test tar

Re: [swift-corelibs-dev] Getting tests to work in xcode for foundation.

2016-09-06 Thread Brian Gesiak via swift-corelibs-dev
Dan, Unfortunately, the method that Xcode uses to display tests in the test navigator is private. We are unable to implement that functionality in swift-corelibs-xctest. If you'd like to see this working, please file an Apple Radar that asks the Developer Tools team to document how this system w

[swift-corelibs-dev] Getting tests to work in xcode for foundation.

2016-09-06 Thread Dan Tugendraich via swift-corelibs-dev
I have performed all the getting started steps in; https://github.com/apple/swift-corelibs-foundation/blob/swift-3.0-branch/Docs/GettingStarted.md Everything seems to be working fine, I can build th