Run dmd tests

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Feb 12 13:31:18 PST 2013


On 2/12/13, Benjamin Thaut <code at benjamin-thaut.de> wrote:
> What is the best way to run all of them?

Open Msys or Cygwin to the DMD test subfolder and run:

make DMD=/c/path/to/dmd2/windows/bin/dmd

Changing the path accordingly. However if you have a slow machine you
can just let the autotester do its thing after you make a pull
request, it will test automatically.

You may also want to read this guide:

http://wiki.dlang.org/Using_Git_on_Windows

That's my workflow with Console2 and Msys.


More information about the Digitalmars-d mailing list