www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23629] New: importC: Need to support code coverage analysis

https://issues.dlang.org/show_bug.cgi?id=23629

          Issue ID: 23629
           Summary: importC: Need to support code coverage analysis
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: mzfhhhh foxmail.com

dmd .\app.d .\test.c -cov

The app.lst file will be generated.
but not generate the test.lst file.

I hope to support the coverage analysis of c code

--
Jan 14 2023