Skip to content

Does cargo afl build also instrument all the dependency crates? #584

Open
@ihayet

Description

@ihayet

Suppose I have a top-level project A which has dependencies on crates B, C, and D. If I use cargo afl build from the top-level project, will only A be instrumented for coverage or will all of B, C, and D be instrumented for coverage as well? If yes, is it possible to introduce a flag to discard the dependencies from being instrumented?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions