[phobos] Windows unit tests shouldn't be in one folder

Walter Bright walter at digitalmars.com
Fri Jan 20 02:15:08 PST 2012



On 1/20/2012 1:27 AM, Jonathan M Davis wrote:
> On Friday, January 20, 2012 01:15:38 Walter Bright wrote:
>> The windows build does not do a separate file for each unittest, it does
>> them all at once. So there should be no conflict.
> But the object files would still conflict. One would probably overwrite the
> other.

Multiple object files are not created. It builds one giant object file.

> Not to mention, if I look in the unittest directory, I see an exe file for
> every obj file, which would seem to indicate that an exe file is being generated
> for every module, even if there's a single exe which is generated to run the
> tests.
>
>

I don't see a unittest directory when I run it.


More information about the phobos mailing list