On Sat, Mar 26, 2016 at 11:24 PM, Robert Lindstädt
<[email protected]> wrote:
> Hi,
>
> I hope you don't mind:
> just for a a better dev experience (since I am running already on parallels
> from Mac OS X), is it possible to run just a single test on Windows? Unix of
> course also welcome...
>
> I see run-tests.c maybe has some options for it?
>
> Cheers in advance,
> Rob

You can:

    $ ./run-tests name_of_test name_of_test  # runs in a single process

Or:

    $ ./run-tests name_of_test  # runs in a child process

Note that some tests need helpers to function.  You can find them by
grepping for TEST_HELPER in test/test-list.h and you can start them
like this:

    $ ./run-tests name_of_test name_of_helper

Hope that helps.

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to