[swift-dev] How to run the tests out-of-tree?

Dmitri Gribenko gribozavr at gmail.com
Thu May 12 23:05:37 CDT 2016


On Thu, May 12, 2016 at 7:24 PM, Karl Wagner <razielim at gmail.com> wrote:
> I’m cross-compiling a native compiler. That is to say, I’m not building a cross-compiler in the way we build for Android or iOS: a native compiler with foreign standard libraries. Both the compiler and stdlib are foreign to the build machine.
>
> I’d like to produce an installable package (that much is good), and a standalone package of tests. I’ll have a go at it in the next few days, then maybe we can add an installable component to produce a test package. I was pretty disappointed that the  “testsuite-tools” component we have basically links back to the in-tree tests; It’s not really “installable".

A standalone test package is something we really want, but I suspect
it might turn into a non-trivial project.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list