Coverage (-cov)
Tony
tonytdominguez at aol.com
Sun Sep 24 05:51:21 UTC 2017
On Sunday, 24 September 2017 at 05:48:32 UTC, Tony wrote:
> I am compiling a module (utils) with one function in it with
> the -cov compiler option on Ubuntu 14.04 with DMD v2.073.2. I
> then compile a "main module" with -cov that imports the "utils
> module" and calls the one function. The *.lst output file shows
> lines that executed in the "main module". I would like it to
> also show lines that executed in the module that was imported.
> Is this possible?
Oops. Never mind. I just noticed the utils.lst output file.
More information about the Digitalmars-d-learn
mailing list