February 12, 2013 Run dmd tests | ||||
---|---|---|---|---|
| ||||
Hi, I think I succeeded in fixing http://d.puremagic.com/issues/show_bug.cgi?id=9495 but now I would like to run all dmd tests to confirm that I didn't break anything. Running druntime and phobos unittests is not that hard, but I can't make any sense of the dmd tests. What is the best way to run all of them? (On Windows, I have Cygwin if needed) Kind Regards Benjamin Thaut |
February 12, 2013 Re: Run dmd tests | ||||
---|---|---|---|---|
| ||||
Posted in reply to Benjamin Thaut | On 2/12/13, Benjamin Thaut <code@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. |
Copyright © 1999-2021 by the D Language Foundation