How do I run DMD unittests on win32?

Andrej Mitrovic andrej.mitrovich at gmail.com
Wed Oct 3 10:45:54 PDT 2012


On 10/3/12, Piotr Szturmaj <bncrbme at jadamspam.pl> wrote:
> 4. run MinGW and cd to /x/dmd/src/dmd/test

What do you mean run MinGW and cd? It's a compiler not a shell..

> 5. make DMD=/x/dmd/windows/bin/dmd

I have a feeling you're talking about using msys, GNU's make won't run
this makefile from the command-line, neither would mingw32-make
(errors with: ! was unexpected at this time).

Honestly tests shouldn't need any special shells on win32. If the
makefile uses d_do_test.d to run the tests then the makefile itself
can be a D script.


More information about the Digitalmars-d mailing list