https://issues.dlang.org/show_bug.cgi?id=11414
--- Comment #5 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/5c69814cb650f27621248dbd5eee2096b1be6dfa fix Issue 11414 - druntime should run debug unittest - change druntime's makefile structure to match phobos - define ROOT folder as generated/$(OS)/$(BUILD)/$(MODEL) - unittest rule recursively invokes debug/release unittest - factor out common.mak from test/*/Makefile and test debug/release https://github.com/D-Programming-Language/druntime/commit/826dfd6dc47beb7897137aecdba89e683e34f0a3 Merge pull request #1317 from MartinNowak/fix11414 fix Issue 11414 - druntime should run debug unittest --
