On 10/3/12, Piotr Szturmaj <bncr...@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.