You probably already though of it, but: can't you create a unittest that calls your code as many times as desired, passing different input each time?

LMB


On Tue, Feb 16, 2016 at 10:16 AM, Sebastiaan Koppe via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:
I currently run dmd's coverage on my unittests.

But now I also want to execute my program with different inputs and then merge all that coverage info from each run.

Any chance there is something for that?