How do I run DMD unittests on win32?

Daniel Murphy yebblies at nospamgmail.com
Tue Oct 2 23:42:45 PDT 2012


You run the makefile.  It calls d_do_test.  If your dmd, druntime and phobos 
repositories are not where it expects you will need to modify the paths in 
the makefile, or change your directory layout to match that the autotester 
does.

"Andrej Mitrovic" <andrej.mitrovich at gmail.com> wrote in message 
news:mailman.516.1349226306.5162.digitalmars-d at puremagic.com...
> I'm starting to contribute to DMD by fixing some bugs, but I need to
> run the test-suite. Anyone know how this is done on win32? There's a
> makefile in the test dir but what I don't know is if I need to set up
> my directory structure in any special way?
>
> Is it simpler to just make the pull request and wait for the
> autotester to finish, or should I try to do this locally first?
> Thanks. 




More information about the Digitalmars-d mailing list