[Issue 18413] Document how to setup/run DMD test suite on WINDOWS

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 24 15:33:57 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18413

kinke at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke at gmx.net

--- Comment #5 from kinke at gmx.net ---
(In reply to Jonathan Marler from comment #4)
> Building DMD on linux with WINE is a good use case.  However, that has a
> different set of problems than building on windows directly.  Namely, how to
> build/install GNUmake and BASH.

GNU make comes with a Visual Studio solution; the LDC AppVeyor jobs use a
prebuilt version of mine. bash is available as part of git for Windows (already
installed on AppVeyor).
See
https://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC#Running_the_dmd-testsuite_tests
for make download link etc.

Wrt. bash, I seem to recall that this line here was of importance (not in DMD's
test makefile):
https://github.com/ldc-developers/dmd-testsuite/blob/ldc/Makefile#L108

--


More information about the Digitalmars-d-bugs mailing list