Skip to content

Move tests to a (non-published) sub-crate #187

Open
@fitzgen

Description

@fitzgen

And move the build.rs to that sub-crate, since it is only used for generating tests.

This should help cargo better-parallelize builds of crate graphs that include cpp_demangle.

This requires somethign like:

  • Create a new cpp_demangle_tests crate located at crates/tests
  • Move all the tests into there
  • Move build.rs to that crate
  • Update CONTRIBUTING.md to mention cargo test --all for testing

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions