<div dir="ltr">Thank you, Mish.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 8, 2015 at 12:37 AM Mish Awadah &lt;<a href="mailto:mawadah@apple.com">mawadah@apple.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Don’t use “swift” unless you want to run the REPL. Here’s how you should build a package that runs tests: <div><br></div><div><div>local@ubuntu:~/Documents$ mkdir XTest</div><div>local@ubuntu:~/Documents$ cd XTest/</div><div>local@ubuntu:~/Documents/XTest$ touch Package.swift</div><div>local@ubuntu:~/Documents/XTest$ emacs -nw main.swift</div><div>local@ubuntu:~/Documents/XTest$ swift build</div><div>Compiling Swift Module &#39;XTest&#39; (1 sources)</div><div>Linking Executable:  .build/debug/XTest</div><div>local@ubuntu:~/Documents/XTest$ .build/debug/XTest</div><div>Total executed 0 tests, with 0 failures (0 unexpected) in -nan (0.0) seconds</div></div><div><br></div><div>- mish</div><div><br><div><blockquote type="cite"></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div>On Dec 7, 2015, at 9:26 PM, Stepan Hruda via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:</div><br></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div><div dir="ltr">I’m having a hard time linking against XCTest on Linux. The absolute minimal example: <div><br><div><div>import XCTest</div><div>XCTMain([])</div><div><br></div><div>being run through `swift main.swift` outputs &quot;LLVM ERROR: Program used external function &#39;_TF6XCTest7XCTMainFGSaPS_10XCTestCase__T_&#39; which could not be resolved!”.</div></div><div><br></div><div>Could anyone nudge me in the right direction?</div></div></div>
</div></blockquote></div></div></div><div style="word-wrap:break-word"><div><div><blockquote type="cite"><div><img src="https://u2002410.ct.sendgrid.net/wf/open?upn=xTF6JWnt2pl7kNka7081D3VajDoXFZTI5JEuSuQLncr0DAizktgFWgQQszb5C6pAGjcv9-2BvXbmnHmVcOi9O5LCxZpFxvwGxPMeZeq72VAQY4h9L7Gh39dHtW-2F97OudQAe9A4-2FozBfGMBRcVZmTyD4boXDbWGcW0PXklfKEJ8ZohwPsVEX8jZG0l6k0uvR-2BK9sTTMPXmCq0vwI2Fa9yKD6ql1FBrVdlOmDkCq-2BJbi8jg-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
_______________________________________________<br>swift-users mailing list<br><a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br><a href="https://lists.swift.org/mailman/listinfo/swift-users" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br></div></blockquote></div><br></div></div></blockquote></div>