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

Jonathan M Davis jmdavisProg at gmx.com
Fri Jan 20 02:26:01 PST 2012


On Friday, January 20, 2012 02:15:08 Walter Bright wrote:
> 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.

Hmmm. I don't know what's going on then. I have one at the top level. Maybe I 
messed around with Kenji's pull request for splitting up the unit tests at 
some point (though I don't remember doing that). I'll have to look into it 
tomorrow evening.

- Jonathan M Davis


More information about the phobos mailing list