<div dir="ltr"><div>This was accepted for Swift 3.0:<br></div><a href="https://github.com/apple/swift-evolution/blob/master/proposals/0019-package-manager-testing.md">https://github.com/apple/swift-evolution/blob/master/proposals/0019-package-manager-testing.md</a><br><div class="gmail_extra"><br></div><div class="gmail_extra">SE-0019 adds &#39;swift test&#39; among other things.</div><div class="gmail_extra"><br></div><div class="gmail_extra">-david</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 27, 2016 at 10:26 AM, Jason Lee via swift-users <span dir="ltr">&lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve read thru a few posts about XCTest with swift open source (which I&#39;ll refer to from here on out as swift-os). I&#39;m familiar with XCTest in the usual XCode toolchain and use it all the time on my XCode projects. However, I&#39;m still trying to figure out the best way to use it on swift-os.<br>
<br>
My two issues now are:<br>
1. I can&#39;t even import the XCTest package into my project<br>
2. How to bootstrap it<br>
<br>
I know there&#39;s been some discussion in that project on github, but it seems like the way I&#39;ve seen others &#39;solve&#39; this is to just use Xcode if I&#39;m on a Mac (which I am). One of my goals for this project is not to have to use Xcode (I know I&#39;m making it harder on myself missing out on code completion, etc). One side effect of this is I really have to know how all these things work.<br>
<br>
Ideally I&#39;d like to just have something like &#39;swift test&#39; or maybe a binary exec that could run my tests for me? Seems like that&#39;s the preferred way, so maybe just trying to fig out how to solve #1 above is my big priority.<br>
<br>
Thanks...<br>
<br>
Sent from my iPhone<br>
_______________________________________________<br>
swift-users mailing list<br>
<a href="mailto:swift-users@swift.org">swift-users@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
</blockquote></div><br></div></div>