Thread overview
Re: How do I run DMD unittests on win32?
Oct 03, 2012
Andrej Mitrovic
Oct 03, 2012
Andrej Mitrovic
Oct 03, 2012
Andrej Mitrovic
October 03, 2012
On 10/3/12, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> 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.
>

Hmm I was trying to find the autotester source script to figure this out on my own, but I can't find the source anywhere. :) I'm pretty sure I saw it on github somewhere though?
October 03, 2012
On 10/3/12, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> Hmm I was trying to find the autotester source script to figure this out on my own, but I can't find the source anywhere. :) I'm pretty sure I saw it on github somewhere though?

Ok found it: https://github.com/braddr/d-tester

Source was linked from website but I didn't notice.
October 03, 2012
On 10/3/12, Andrej Mitrovic <andrej.mitrovich@gmail.com> wrote:
> Ok found it: https://github.com/braddr/d-tester

Yikes, this is cygwin. Well if nothing else I'll make a D driver script, I'm not in the mood to deal with cygwin or virtual machines.