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.mitrov...@gmail.com> wrote in message news:mailman.516.1349226306.5162.digitalmar...@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.