On Thursday, 23 May 2013 at 22:25:18 UTC, Andrej Mitrovic wrote:
On 5/23/13, Vladimir Panteleev <[email protected]>
wrote:
2) it doesn't know which file is the "main"
program file (the file which must be present for the test
script
to succeed), if there is one.
Does https://github.com/D-Programming-Language/dmd/pull/1732
help? It
was merged a while back.
DustMite would need to dissect the user's command line and inject
the switch. With probably the same amount of success, it'd be
easier to heuristically detect a filename in the supplied command
line, but that's something I'd like to avoid. Timothee continued
the discussion in a DustMite issue:
https://github.com/CyberShadow/DustMite/issues/13