Skip to content

Move xdr_nom tests into modules so that they are not compiled into binary #32

@choubacha

Description

@choubacha

Right now the tests in xdr_nom.rs are just in test functions. However, this means the functions are compiled into the resulting library. It's better to wrap them in module blocks so that they are left out of the compilation step.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions